DELAY.REX: Difference between revisions

m
→‎{{header|REXX}}: updated the boxed comments within the REXX program.
m (added whitespace.)
m (→‎{{header|REXX}}: updated the boxed comments within the REXX program.)
Line 30:
/*┌────────────────────────────────────────────────────────────────────┐
┌─┘ The DELAY function is used to delay (wait) a specific amount of └─┐
│ (wall-clockwall─clock) time specified in seconds. Any fraction part is ignored,
evenfor thoughmost someREXX operatinginterpreters, systemsbut it (oris REXX)supported for Regina REXX, support that option.
│ even though some operating systems (or REXXes) support that option. │
│ │
│ If the REXX program invoking DELAY function is running under PC/REXX │
│ or Personal REXX, this REXX program should never be invoked as those │
└─┐ REXXes have their own built-inbuilt─in function (BIF) named "DELAY". ┌─┘
└────────────────────────────────────────────────────────────────────┘*/