4 lines
114 B
AutoHotkey
4 lines
114 B
AutoHotkey
|
|
While mod(A_Index, 6) ;comment:everything but 0 is considered true
|
||
|
|
output = %output%`n%A_Index%
|
||
|
|
MsgBox % output
|