LINESIZE.REX: Difference between revisions

Added a link to the HELP for this REXX program. -- ~~~~
(added the LINESIZE.REX subroutine which emulates the linesize bif for some REXX programs. -- ~~~~)
 
(Added a link to the HELP for this REXX program. -- ~~~~)
Line 1:
The   '''LINESIZE.REX'''   is a REXX program to emulate the   '''linesize'''   bif for some REXX programs.
<br><br><br>The help for the &nbsp; '''LINESIZE''' &nbsp; REXX program is included here ──► [[LINESIZE.HEL]].
<lang rexx>/**/trace o;parse arg !;if !all(arg()) then exit;if !cms then address '';signal on halt;signal on novalue;signal on syntax