Rebol Programming/wait
USAGE:
editWAIT value /all
DESCRIPTION:
editWaits for a duration, port, or both.
WAIT is a native value.
ARGUMENTS
edit- value -- (Type: number time port block none)
REFINEMENTS
edit- /all -- Returns all events in a block
SOURCE CODE
editwait: native[ "Waits for a duration, port, or both." value [number! time! port! block! none!] /all "Returns all events in a block" ]