Spinning rod animation/Text: Difference between revisions

m
A GlovePIE section has been added.
(→‎{{header|C}}: Added return statement to main().)
m (A GlovePIE section has been added.)
Line 49:
end</lang>
(Added an indent in the printf to better see the spinning rod).
 
=={{header|GlovePIE}}==
Because GlovePIE is a looping programming language, which means the script is ran over and over again in a looping fashion, this code loops again and again until it's stopped.
<lang glovepie>debug="|"
wait 250 ms
debug="/"
wait 250 ms
debug="-"
wait 250 ms
debug="\"
wait 250 ms</lang>
 
=={{header|Go}}==
441

edits