RosettaCodeData/Task/Loops-Do-while/AutoHotkey/loops-do-while.ahk
Ingy döt Net db842d013d A-M baby
2013-04-10 21:29:02 -07:00

3 lines
114 B
AutoHotkey

While mod(A_Index, 6) ;comment:everything but 0 is considered true
output = %output%`n%A_Index%
MsgBox % output