RosettaCodeData/Task/Conditional-structures/AutoHotkey/conditional-structures-3.ahk

4 lines
59 B
AutoHotkey

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