RosettaCodeData/Task/Loops-Infinite/BASIC256/loops-infinite.basic
2023-07-01 13:44:08 -04:00

3 lines
38 B
Text

while true
print "SPAM"
end while