$MORSE.REX: Difference between revisions

m
Fully qualified the names of the auxiliary REXX programs. -- ~~~~
(added links to auxiliary REXX programs. -- ~~~~)
m (Fully qualified the names of the auxiliary REXX programs. -- ~~~~)
Line 5:
<br>This REXX program normally shows Morse code words one word to a line before sounding.
<br><br>This REXX programs only works for Regina and PC/REXX, but other REXXes (specifically R4) will only display the Morse code, but not sound it.
<br><br>The &nbsp; '''$MORSE.REX''' &nbsp; REXX program makes use of &nbsp; '''$T.REX''' &nbsp; REXX program which is used to display text and/or write the text to a file.
<br>The &nbsp; '''$T.REX''' &nbsp; REXX program is included here ──► [[$T.REX]].
<br><br>The &nbsp; '''$MORSE.REX''' &nbsp; REXX program makes use of '''$ERR.REX''' REXX program which is used to display error messages (via '''$T''').
<br>The &nbsp; '''$ERR.REX ''' &nbsp; REXX program is included here ──► [[$ERR.REX]].
<br><br>The &nbsp; '''$MORSE.REX''' &nbsp; REXX program makes use of '''SOUND.REX''' REXX program which is used to express sound (via the internal speaker).
<br>The &nbsp; '''SOUND.REX''' &nbsp; REXX program is included here ──► [[SOUND.REX]].
<br><br>Some older REXXes don't have a &nbsp; '''changestr''' &nbsp; BIF, so one is included here ──► [[CHANGESTR.REX]].