Loops/For with a specified step: Difference between revisions

typo
(Refined AHK.)
(typo)
Line 53:
* foreach<sup>(S)</sup> - for working on arrays in [[Parallel computing|parallel]].
 
=={{header|AutoHotkey}}==
<lang AutoHotkey>SetBatchLines, -1
iterations := 5
Anonymous user