$T.REX: Difference between revisions

m
→‎$T.REX: added a link to the SOUND.REX subroutine. -- ~~~~
(removed links to the HELP for some subroutines used by $T (which have their own links to the HELP documentation). -- ~~~~,)
m (→‎$T.REX: added a link to the SOUND.REX subroutine. -- ~~~~)
Line 39:
<br><br>The &nbsp; '''$T''' &nbsp; REXX program makes use of &nbsp; '''DELAY''' &nbsp; 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>The &nbsp; '''$T''' &nbsp; REXX program makes use of &nbsp; '''SOUND''' &nbsp; BIF which produces sounds via the PC speaker.
<br>Some REXXes doen't have a '''SOUND''' bif, so one is included here ──► [[SOUND.REX]].
<br><br>REXX programs not included are &nbsp; '''$H''' &nbsp; which shows '''help''' and other documentation.
<lang rexx>/**/ trace off /* There be many dragons below. */