(sleep secs)
  secs: a flo
  returns #n
F

Sleeps the current thread for the given number of seconds.

The duration of thread sleeps tends to be very imprecise, especially on Windows. You should prefer to time your frames using a different signal, such as blocking on a swap chain with vsync enabled.

time
unix-time