SLEEP

NAME

sleep - Sleeps for a while

SYNOPSIS

sleep(seconds [, micro-seconds]);

DESCRIPTION

This function sleeps for seconds and micro-seconds.

EXAMPLES

Note: In the followings examples, the _ between the { should be removed to make it work.

res={{sleep(10, 489); }} return res=. after at least 10 seconds

AUTHOR

Written by Pierre Laplante and Caroline Laplante, <laplante@sednove.com>