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

3 lines
44 B
Text

(let loop ()
(display "SPAM")
(loop))