Loops/Infinite: Difference between revisions

Content added Content deleted
m (→‎{{header|Tailspin}}: better style)
Line 2,150: Line 2,150:
=={{header|Tailspin}}==
=={{header|Tailspin}}==
<syntaxhighlight lang="tailspin">
<syntaxhighlight lang="tailspin">
1 -> \(
'SPAM$#10;' -> \(
<> 'SPAM$#10;' -> !OUT::write
<> $ -> !OUT::write
1 -> #
$ -> #
\) -> !VOID
\) -> !VOID
</syntaxhighlight>
</syntaxhighlight>