RosettaCodeData/Task/Loops-Do-while/AutoHotkey/loops-do-while.ahk
2023-07-01 13:44:08 -04: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