Spinning rod animation/Text: Difference between revisions

m
m (→‎{{header|J}}: more grammar)
Line 367:
Assuming you have terminal support for the hour wingdings, this would also work:
 
<syntaxhighlight lang=J>0.125 spin '🕐🕑🕒🕓🕔🕕🕖🕗🕘🕙🕚🕛🕜🕝🕞🕟🕠🕡🕢🕣🕤🕥🕦🕧'</syntaxhighlight>
 
or
 
<syntaxhighlight lang=J>0.25 spin a.{~240 159 149&,&>144+i.24</syntaxhighlight>
 
Note also that you could animate lines of text rather than individual characters. For example, converting words to lines:
6,962

edits