Sleep: Difference between revisions

Content added Content deleted
(Added 2 COBOL examples.)
m (Added note regarding Windows systems.)
Line 222: Line 222:
.</lang>
.</lang>


While the second expects the time to be in nanoseconds.
While the second expects the time to be in nanoseconds. Note: Windows systems can only sleep to the nearest millisecond.
{{works with|OpenCOBOL}}
{{works with|OpenCOBOL}}
<lang cobol> IDENTIFICATION DIVISION.
<lang cobol> IDENTIFICATION DIVISION.