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

4 lines
59 B
AutoHotkey
Raw Permalink Normal View History

2019-09-12 10:33:56 -07:00
While (A_Index < 3) {
MsgBox, %A_Index% is less than 3
}