Jump to content

Loops/Infinite: Difference between revisions

Added EasyLang implementation
(Add MAD)
(Added EasyLang implementation)
Line 784:
other activities can be interleaved with the loop;
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}}==
175

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.