Next: , Previous: shell, Up: GCL Reference


7.2.130 sleep-for

(sleep-for TIME)
Suspend reading commands from this stream for TIME seconds. Commands already read will still be executed; sleep-for inside progn won't delay execution do rest do progn's contents.