6 lines
66 B
Text
6 lines
66 B
Text
var loop
|
|
loop = 1
|
|
while ne loop 0
|
|
print "SPAM"
|
|
println
|
|
endwhile
|