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

m
→‎{{header|REXX}}: changed wording in the REXX section header.
(→‎{{header|REXX}}: added the computer programming language REXX.)
m (→‎{{header|REXX}}: changed wording in the REXX section header.)
Line 307:
 
=={{header|REXX}}==
(OnlyThis REXX program only works with:   REXX/Personal)
<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*/