7 lines
91 B
Text
7 lines
91 B
Text
|
|
i = 1
|
||
|
|
while true
|
||
|
|
see i + nl
|
||
|
|
if i = 10 see "Break!" exit ok
|
||
|
|
i = i + 1
|
||
|
|
end
|