Spinning rod animation/Text: Difference between revisions

Content added Content deleted
m (→‎{{header|REXX}}: added a test to see if the HALT was issued in a auxiliary subroutine.)
(Added 11l)
Line 40: Line 40:
<br />
<br />
<br />
<br />

=={{header|11l}}==
{{trans|Python}}

<lang 11l>L
L(rod) ‘\|/-’
print(rod, end' "\r")
sleep(0.25)</lang>


=={{header|Ada}}==
=={{header|Ada}}==