  sleep
  Builtin Function



      SSyynnooppssiiss
        Put RLaB to sleep.

      SSyynnttaaxx
        sleep ( _s_l_e_e_p_v_a_l )

      DDeessccrriippttiioonn
        Sleep is an interface to the POSIX.1 sleep system function. The
        argument, _s_l_e_e_p_v_a_l specifies the number of seconds the process
        should sleep for.

        The return value is either zero or the number of seconds left to
        sleep (if the sleep has been interrupted).
















































