Spinning rod animation/Text: Difference between revisions

Content deleted Content added
Line 10: Line 10:
A version that loops and/or a version that doesn't loop can be made.
A version that loops and/or a version that doesn't loop can be made.


=={{header|cshell}}==
=={{header|C Shell}}==
<lang csh>while 1
<lang csh>while 1
foreach rod ('|' '/' '-' '\')
foreach rod ('|' '/' '-' '\')
Line 17: Line 17:
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|Go}}==
=={{header|Go}}==