Loops/Infinite: Difference between revisions

Add LDPL
(Add Craft Basic)
(Add LDPL)
Line 1,296:
'SPAM\r'
^}</syntaxhighlight>
 
=={{header|LDPL}}==
<syntaxhighlight lang="ldpl">procedure:
label spam
display "SPAM" lf
goto spam
</syntaxhighlight>
 
=={{header|Liberty BASIC}}==
1,808

edits