Loops/Infinite: Difference between revisions

HolyC
(HolyC)
Line 657:
WRITE() "SPAM"
ENDDO</lang>
 
=={{header|HolyC}}==
<lang holyc>while(1) Print("SPAM\n");</lang>
 
=={{header|Icon}} and {{header|Unicon}}==
Anonymous user