Nautical bell: Difference between revisions

Content added Content deleted
(→‎{{header|REXX}}: clarified the REXX program description (in the section header). -- ~~~~)
Line 61: Line 61:
=={{header|REXX}}==
=={{header|REXX}}==
The local time is used instead of Greenwich mean time.
The local time is used instead of Greenwich mean time.
<br><br>If any arguments are specified, this causes the REXX program to use that text to prefix the time shown.
<br><br>If any arguments are specified, that text is used as a prefix to the times shown (once a minute).
<br>Also, the number of bells sounded are shown (if any arguments are specified).
<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 (albeit a poorly sounded bell).
<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><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]].
<br>Some REXXes doen't have a &nbsp; '''DELAY''' &nbsp; BIF, so one is included here ──► [[DELAY.REX]].