sleep - suspend execution for an interval
subroutine sleep (itime)
The subroutine sleep suspends the calling process for itime seconds. The actual time can be up to one second less than itime due to granularity in system timekeeping.
libfui.a
sleep(3c)