Terminal control/Positional read: Difference between revisions

→‎REXX: deleted entry.
(→‎REXX: deleted entry.)
Line 10:
20 REM So we subtract one from the coordinates
30 LET c$ = SCREEN$(5,2)</lang>
 
==[[REXX]]==
{{incorrect|REXX|No actual description of how to do this task is included.}}
The Rexx programming language does not include terminal control as part of the language. However, it might be possible to output ANSI control sequences, and there are various workarounds which are platform specific:
 
[[Category:Terminal Control]]