12 lines
116 B
Plaintext
12 lines
116 B
Plaintext
|
|
example repeat loop
|
||
|
|
.control
|
||
|
|
|
||
|
|
set loops = 7
|
||
|
|
repeat $loops
|
||
|
|
echo How many loops? $loops
|
||
|
|
end
|
||
|
|
|
||
|
|
.endc
|
||
|
|
|
||
|
|
.end
|