6 lines
48 B
Text
6 lines
48 B
Text
|
|
let loop=1
|
||
|
|
while loop=1
|
||
|
|
print 1 "SPAM"
|
||
|
|
wend
|
||
|
|
end
|