Loops/Infinite: Difference between revisions

Content added Content deleted
(Add MAD)
(Added EasyLang implementation)
Line 784: Line 784:
other activities can be interleaved with the loop;
other activities can be interleaved with the loop;
in the first, no other processing will occur in this vat.
in the first, no other processing will occur in this vat.

=={{header|EasyLang}}==
<syntaxhighlight lang="easylang">
while 0 = 0
print "SPAM"
.
</syntaxhighlight>


=={{header|EDSAC order code}}==
=={{header|EDSAC order code}}==