#* http://rosettacode.org/wiki/Loops/Infinite
  Print "SPAM" in an infinite loop
*#

loop { p "SPAM" }