7 lines
84 B
Text
7 lines
84 B
Text
set i to 0
|
|
while 1 do
|
|
if i > 10 then
|
|
break
|
|
end
|
|
set i to i+1
|
|
end
|