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

4 lines
59 B
AutoHotkey
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
While (A_Index < 3) {
MsgBox, %A_Index% is less than 3
}