Go to the first, previous, next, last section, table of contents.


sleep

sleep(interval)
:: Suspend computation for an interval.
return
1
interval
interval (micro second)
[0] sleep(1000);
1
[1] 


Go to the first, previous, next, last section, table of contents.