6 lines
50 B
Text
6 lines
50 B
Text
|
|
atom a = 0
|
||
|
|
while 1 do
|
||
|
|
?a
|
||
|
|
a += 1
|
||
|
|
end while
|