RosettaCodeData/Task/Loops-Infinite/BASIC256/loops-infinite.basic

4 lines
38 B
Plaintext

while true
print "SPAM"
end while