Spinning rod animation/Text: Difference between revisions

Content added Content deleted
(Add Factor example)
Line 67: Line 67:
end</lang>
end</lang>
(Added an indent in the printf to better see the spinning rod).
(Added an indent in the printf to better see the spinning rod).

=={{header|Factor}}==
<lang factor>USING: calendar combinators.extras formatting io sequences
threads ;

[
"\\|/-" [ "%c\r" printf flush 1/4 seconds sleep ] each
] forever</lang>


=={{header|GlovePIE}}==
=={{header|GlovePIE}}==