Terminal control/Cursor positioning: Difference between revisions

m
Line 363:
0:
dup jumpz 1 ;Return if counter is zero
exch prtc ;Swap counter with next the next character and print it
push 1 sub ;Subtract one from counter
jump 0 ;Loop back to print next character
Anonymous user