Spinning rod animation/Text: Difference between revisions

Add Factor example
(Add Factor example)
Line 67:
end</lang>
(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}}==
1,827

edits