Terminal control/Positional read: Difference between revisions

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