Loops/Infinite: Difference between revisions

Content added Content deleted
(Add Craft Basic)
(Add LDPL)
Line 1,296: Line 1,296:
'SPAM\r'
'SPAM\r'
^}</syntaxhighlight>
^}</syntaxhighlight>

=={{header|LDPL}}==
<syntaxhighlight lang="ldpl">procedure:
label spam
display "SPAM" lf
goto spam
</syntaxhighlight>


=={{header|Liberty BASIC}}==
=={{header|Liberty BASIC}}==