$T.REX: Difference between revisions

m
→‎$T.REX: added a link to the DELAY.REX (REXX) program which emulates the DELAY bif for some REXX programs. -- ~~~~
(→‎$T.REX: added links to some support subroutines. -- ~~~~)
m (→‎$T.REX: added a link to the DELAY.REX (REXX) program which emulates the DELAY bif for some REXX programs. -- ~~~~)
Line 40:
<br>Some REXXes doen't have a '''SCRSIZE''' bif, so one is included here ──► [[SCRSIZE.HEL]].
<br>The help for the '''LINESIZE''' REXX program is included here ──► [[SCRSIZE.HEL]].
<br><br>The '''$T''' REXX program makes use of '''DELAY''' BIF which delays (sleeps) for a specified amount of seconds.
<br>Some REXXes doen't have a '''DELAY''' bif, so one is included here ──► [[DELAY.REX]].
<br><br>REXX programs not included are '''$H''' which shows '''help''' and other documentation.
<lang rexx>/**/ trace off /* There be many dragons below. */