Sleep: Difference between revisions

Content added Content deleted
m (→‎using the DELAY BIF: added/change commands and whitespace, change the method of checking for an omitted argument.)
m (→‎using the DELAY routine: changed the comments in the REXX section header.)
Line 1,392: Line 1,392:
when used in conjunction with the following program (either external or imbedded).
when used in conjunction with the following program (either external or imbedded).


<br>Note: &nbsp; when PC/REXX or Personal REXX are used, those REXXes already have a built-in function (BIF), so the &nbsp; '''delay''' &nbsp; subroutine (below) will never be executed, but the REXX &nbsp; '''DELAY''' &nbsp; BIF will be used instead.
<br>Note: &nbsp; when PC/REXX or Personal REXX are used, those REXXes already have a built-in function (BIF), so the &nbsp; '''delay''' &nbsp; subroutine (below) will never be executed, but for other REXXes, the &nbsp; '''DELAY''' &nbsp; BIF will be used instead.


This REXX program only uses whole seconds &nbsp; (fractional seconds are ignored).
This REXX program only uses whole seconds &nbsp; (fractional seconds are ignored).