RosettaCodeData/Task/Loops-Infinite/Liberty-BASIC/loops-infinite.basic

5 lines
32 B
Plaintext

while 1
print "SPAM"
wend
end