Skip to content

Latest commit

 

History

History
50 lines (43 loc) · 1011 Bytes

sleep.rst

File metadata and controls

50 lines (43 loc) · 1011 Bytes

sleep: Hibernate for a specified time

Package: language

Usage

sleep [nsec]

Parameters

nsec
The number of seconds to sleep. Defaults to 0.

Description

The sleep command causes the task to hibernate for the specified amount of time.

Examples

1. Sleep for 10 seconds, and then ring the bell.

cl> sleep 10; beep

See also

wait