SCRSIZE.REX: Difference between revisions

m
Added a link to the HELP for this REXX program. -- ~~~~
(Added a link to the HELP for this REXX program. -- ~~~~)
m (Added a link to the HELP for this REXX program. -- ~~~~)
Line 1:
The   '''SCRSIZE.REX'''   is a REXX program to emulate the   '''scrsize'''   bif (which is available under some REXXes) for some REXX programs.
<br><br>The help for the &nbsp; '''SCRSIZE''' &nbsp; REXX program is included here ──► [[SCRSIZE.HEL]].
 
The '''SCRSIZE''' is a stand-alone subroutine (program) that mimics the function of the '''scrsize''' bif.
<lang rexx>/**/trace o;parse arg !;if !all(arg()) then exit;if !cms then address '';signal on halt;signal on novalue;signal on syntax