SLEEP
— Sleep for the specified number of secondsCALL SLEEP(SECONDS)
SECONDS | The type shall be of default INTEGER . |
program test_sleep call sleep(5) end
© Free Software Foundation
Licensed under the GNU Free Documentation License, Version 1.3.
https://gcc.gnu.org/onlinedocs/gcc-4.9.3/gfortran/SLEEP.html