Terminal control/Positional read: Difference between revisions

→‎{{header|REXX}}: added another "works with". -- ~~~~
(→‎{{header|REXX}}: added another "works with". -- ~~~~)
Line 125:
The REXX doesn't have any cursor or screen management tools, but some REXX interpreters have added the functionality via different methods.
{{works with|PC/REXX}}
{{works with|Personal REXX}}
<lang rexx>/*REXX program demonstrates reading a char at specific screen location.*/
row = 6 /*point to row six. */