Loops/Infinite: Difference between revisions

Content added Content deleted
(add fermat spam)
(Added solution for Action!)
Line 197: Line 197:
(prog2$ (cw "SPAM~%")
(prog2$ (cw "SPAM~%")
(spam))))</lang>
(spam))))</lang>

=={{header|Action!}}==
<lang Action!>PROC Main()
DO
PrintE("SPAM")
OD
RETURN</lang>
{{out}}
[https://gitlab.com/amarok8bit/action-rosetta-code/-/raw/master/images/Infinite.png Screenshot from Atari 8-bit computer]
<pre>
SPAM
SPAM
SPAM
SPAM
SPAM
SPAM
SPAM
SPAM
SPAM
SPAM
SPAM
SPAM
...
</pre>


=={{header|ActionScript}}==
=={{header|ActionScript}}==