Jump to content

Spinning rod animation/Text: Difference between revisions

m
→‎{{header|REXX}}: added a test to see if the HALT was issued in a auxiliary subroutine.
(Added Wren)
m (→‎{{header|REXX}}: added a test to see if the HALT was issued in a auxiliary subroutine.)
Line 1,094:
call charout , bs || substr($, 1 + j//length($), 1)
call delay .25 /*delays a quarter of a second. */
if result==1 then leave /*see if HALT was issued during DELAY*/
end /*j*/
 
Cookies help us deliver our services. By using our services, you agree to our use of cookies.