RosettaCodeData/Task/Loops-Infinite/Phix/loops-infinite.phix
2016-12-05 23:44:36 +01:00

3 lines
42 B
Text

while 1 do
puts(1,"SPAM\n")
end while