RosettaCodeData/Task/Loops-Infinite/Ol/loops-infinite.ol
2019-09-12 10:33:56 -07:00

3 lines
44 B
Text

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