callisto/man/extra/sleep.3lua.scd

19 lines
299 B
Markdown

SLEEP(3lua) "3lua" "Callisto manual pages"
# NAME
*sleep* - suspend execution
# SYNOPSIS
*sleep*(_n_: *number*)
# DESCRIPTION
*sleep* suspends execution of the current script until
_n_ seconds have passed.
# EXAMPLES
Sleep for 5 minutes:
sleep(5 \* 60)
# SEE ALSO
callisto(3lua), extra(3lua)