Terminal control/Restricted width positional input/No wrapping: Difference between revisions

Content added Content deleted
(→‎{{header|REXX}}: added the computer programming language REXX.)
m (→‎{{header|REXX}}: changed wording in the REXX section header.)
Line 307: Line 307:


=={{header|REXX}}==
=={{header|REXX}}==
(Only works with:   REXX/Personal)
(This REXX program only works with:   REXX/Personal)
<lang rexx>/*REXX pgm reads text from the terminal screen from a certain row, column, and length.*/
<lang rexx>/*REXX pgm reads text from the terminal screen from a certain row, column, and length.*/
parse arg row col len . /*obtain optional arguments from the CL*/
parse arg row col len . /*obtain optional arguments from the CL*/