Terminal control/Cursor positioning: Difference between revisions

m
→‎{{header|REXX}}: added wording to the REXX section header.
m (→‎{{header|REXX}}: added/changed comments.)
m (→‎{{header|REXX}}: added wording to the REXX section header.)
Line 571:
 
=={{header|REXX}}==
The REXX language doesn't have any cursor or screen management tools,   but some REXX interpreters have added the functionality via different methods.
<br>added the functionality via different methods &nbsp; (such as functions and/or subroutines).
{{works with|PC/REXX, Personal REXX}}
<lang rexx>/*REXX program demonstrates moving the cursor position and writing of text to same place*/