ARPUS/ce, Version 2.6.2 (03/10/05)    (SCCS 1.3)
_______________________________________________________________________________
    sleep [secs]
    
    DESCRIPTION:
        'sleep'   causes  the Ce process to sleep for the specified number  of
        seconds.  If [secs] is omitted, 1 is assumed.  Fractional values for n
        are allowed, so that 'sleep .5' sleeps for 1/2 second. The sleep value
        is  converted  to  micro-seconds  and  passed  to  usleep.   Thus  the
        granularity of the sleep is controlled by usleep.
        
        Sleep  is  used   when setting up demonstrations of some  sequence  of
        commands, the sleep command is used with the rd (redraw) to redraw the
        window and then pause while the user admires it.
        
    
    RELATED HELP FILES:
        rd            (Redraw)               

        curswinCon    (Cursor and Window)    

        support       (customer support)     
        

_______________________________________________________________________________
  Copyright (c) 2005, Robert Styma Consulting.  All rights reserved.