Loops/Infinite: Difference between revisions

SPAMmy BLC
imported>Arakov
imported>Tromp
(SPAMmy BLC)
Line 551:
unless explicitly stopped with '''@'''.
<syntaxhighlight lang="befunge">55+"MAPS",,,,,</syntaxhighlight>
 
=={{header|Binary Lambda Calculus}}==
Adding "SPAM\n" to the BLC8 cycle program generated from https://github.com/tromp/AIT/blob/master/lists/cycle.lam
gives the 16 byte program
<syntaxhighlight>11 a1 72 34 00 2d e5 e7 ef b3 40 53 50 41 4d 0a</syntaxhighlight>
 
=={{header|blz}}==
Anonymous user