Sleep: Difference between revisions

m
→‎{{header|COBOL}}: replaced implementation with standard for a standard feature
imported>Acediast
(→‎{{header|COBOL}}: fixed grammar)
imported>Acediast
m (→‎{{header|COBOL}}: replaced implementation with standard for a standard feature)
Line 899:
=={{header|COBOL}}==
COBOL 2023 introduced the <code>AFTER</code> phrase of the <code>CONTINUE</code> statement to specify a time period in seconds for which execution will be suspended, which, depending on implementation, could be not an integer.
{{works with|GnuCOBOLCOBOL 2023}}
<syntaxhighlight lang="cobol"> IDENTIFICATION DIVISION.
PROGRAM-ID. Sleep-In-Seconds.
Anonymous user