SLEEP
— Sleep for the specified number of seconds ¶CALL SLEEP(SECONDS)
Calling this subroutine causes the process to pause for SECONDS seconds.
Subroutine
SECONDS | The type shall be of default INTEGER . |
program test_sleep call sleep(5) end
GNU extension