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
SEE ALSO
AUTHOR
Written by Pierre Laplante and Caroline Laplante, <laplante@sednove.com>
MODIFICATIONS
1.0 2014-09-09 21:24:14 laplante@sednove.com
Edit