RosettaCodeData/Task/Loops-Infinite/Euphoria/loops-infinite.eu
2026-04-30 12:34:36 -04:00

3 lines
43 B
Text

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