sleep
(sleep x)
delays execution for (approx.) given 'x'
milliseconds
Arguments |
'x' the number of milliseconds (approximately); can be integer or double value |
Return |
'x' input value always |
Example |
(delay 3000) will delay execution for approximately 3 seconds |
Alias |
|
Remarks |
© Menhirs NV. All rights reserved. |