RosettaCodeData/Task/Conditional-structures/AutoHotkey/conditional-structures-3.ahk
2023-07-01 13:44:08 -04:00

3 lines
59 B
AutoHotkey

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