Sleep
Question: Define a function 'sleep' that behaves similarly to the Unix system command 'sleep'. The function should receive a 'time' as the input argument.
More Information:
https://en.wikipedia.org/wiki/Sleep_(command)Example
q)\t sleep each 1e3*1 2 5 / seconds
7999
q)\t sleep 500 / millis
499