RosettaCodeData/Task/Conditional-structures/AutoHotkey/conditional-structures-3.ahk
2019-09-12 10:33:56 -07:00

3 lines
59 B
AutoHotkey

While (A_Index < 3) {
MsgBox, %A_Index% is less than 3
}