Terminal control/Cursor positioning: Difference between revisions

Content added Content deleted
m (→‎{{header|REXX}}: added/changed comments.)
m (→‎{{header|REXX}}: added wording to the REXX section header.)
Line 571: Line 571:


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