< Rebol Programming

USAGE:

WAIT value /all 

DESCRIPTION:

Waits for a duration, port, or both.

WAIT is a native value.

ARGUMENTS

  • value -- (Type: number time port block none)

REFINEMENTS

  • /all -- Returns all events in a block

SOURCE CODE

wait: native[
    "Waits for a duration, port, or both." 
    value [number! time! port! block! none!] 
    /all "Returns all events in a block"
]
This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.