Loops/Infinite: Difference between revisions

→‎TI-89 BASIC: new example
(→‎Visual Basic: working example; took out 'incorrect' template')
(→‎TI-89 BASIC: new example)
Line 324:
puts SPAM
}</lang>
 
=={{header|TI-89 BASIC}}==
 
<pre style="font-family:'TI Uni'">Loop
Disp "SPAM"
EndLoop</pre>
 
=={{header|UNIX Shell}}==