Next: SNGL, Previous: SIZEOF, Up: Intrinsic Procedures
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