Loops/Infinite: Difference between revisions

Content added Content deleted
(Loops/Infinite in Tiny BASIC)
Line 464: Line 464:
Wend</syntaxhighlight>
Wend</syntaxhighlight>



==={{Header|Tiny BASIC}}===
<syntaxhighlight lang="qbasic"> 10 PRINT "SPAM"
GOTO 10</syntaxhighlight>


==={{header|True BASIC}}===
==={{header|True BASIC}}===