Loops/For with a specified step: Difference between revisions

Content added Content deleted
(Refined AHK.)
(typo)
Line 53: Line 53:
* foreach<sup>(S)</sup> - for working on arrays in [[Parallel computing|parallel]].
* foreach<sup>(S)</sup> - for working on arrays in [[Parallel computing|parallel]].


=={{header|AutoHotkey}==
=={{header|AutoHotkey}}==
<lang AutoHotkey>SetBatchLines, -1
<lang AutoHotkey>SetBatchLines, -1
iterations := 5
iterations := 5