Nautical bell: Difference between revisions

→‎{{header|REXX}}: clarified the REXX program description (in the section header). -- ~~~~
(→‎{{header|REXX}}: clarified the REXX program description (in the section header). -- ~~~~)
Line 61:
=={{header|REXX}}==
The local time is used instead of Greenwich mean time.
<br><br>If any arguments are specified, thisthat causestext theis REXXused programas toa useprefix thatto textthe totimes prefixshown the(once timea shownminute).
<br>Also, the number of bells sounded are shown (if any arguments are specified).
<br>If &nbsp; no arguments are specified, no times are shown.
<br>In all cases, the PC speaker is used to sound the bells &nbsp; (albeit a poorly sounded bell).
<br><br>This 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 &nbsp; '''DELAY''' &nbsp; BIF, so one is included here ──► [[DELAY.REX]].