📅  最后修改于: 2022-03-11 14:58:07.630000             🧑  作者: Mango
; Creates a loop with 3 iterations.
Loop, 3
{
MsgBox, Iteration number is %A_Index%. ; A_Index will be 1, 2, then 3
Sleep, 100
}
remember to not add more than 100 loops as that may freeze computer