Spinning rod animation/Text: Difference between revisions

Content deleted Content added
Line 10:
A version that loops and/or a version that doesn't loop can be made.
 
=={{header|cshellC Shell}}==
<lang csh>while 1
foreach rod ('|' '/' '-' '\')
Line 17:
end</lang>
(Added an indent in the printf to better see the spinning rod).
 
 
=={{header|Go}}==