Spinning rod animation/Text: Difference between revisions

Content added Content deleted
m (→‎{{header|REXX}}: aligned bullet points.)
m (changed back slash character into chr(92), it was messing up de code highlighting)
Line 184: Line 184:
' compile with: fbc -s console
' compile with: fbc -s console


Dim As String spinning_rod = "|/-\"
Dim As String spinning_rod = "|/-" + Chr(92)
Dim As UInteger c
Dim As UInteger c