RosettaCodeData/Task/Loops-Do-while/AutoHotkey/loops-do-while.ahk

4 lines
114 B
AutoHotkey
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
While mod(A_Index, 6) ;comment:everything but 0 is considered true
output = %output%`n%A_Index%
MsgBox % output