Spinning rod animation/Text: Difference between revisions

Added Easylang
(Added Easylang)
(Added Easylang)
 
(One intermediate revision by the same user not shown)
Line 246:
</pre>
 
 
=={{header|Factor}}==
<syntaxhighlight lang="factor">USING: calendar combinators.extras formatting io sequences
threads ;
 
"\\|/-" [ "%c\r" printf flush 1/4 seconds sleep ] each
] forever</syntaxhighlight>
 
=={{header|EasyLang}}==
Line 270 ⟶ 262:
timer 0
</syntaxhighlight>
 
=={{header|Factor}}==
<syntaxhighlight lang="factor">USING: calendar combinators.extras formatting io sequences
threads ;
 
"\\|/-" [ "%c\r" printf flush 1/4 seconds sleep ] each
] forever</syntaxhighlight>
 
=={{header|Forth}}==
1,983

edits