Sleep: Difference between revisions

54 bytes added ,  8 months ago
→‎{{header|COBOL}}: fixed grammar
imported>Acediast
(→‎{{header|COBOL}}: added CONTINUE AFTER from COBOL 2023)
imported>Acediast
(→‎{{header|COBOL}}: fixed grammar)
Line 898:
 
=={{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|GnuCOBOL}}
<syntaxhighlight lang="cobol"> IDENTIFICATION DIVISION.
Anonymous user