Rebol Programming/until
USAGE:
UNTIL block
DESCRIPTION:
Evaluates a block until it is TRUE.
UNTIL is a native value.
ARGUMENTS
- block -- (Type: block)
SOURCE CODE
until: native[
"Evaluates a block until it is TRUE. "
block [block!]
]UNTIL block
Evaluates a block until it is TRUE.
UNTIL is a native value.
until: native[
"Evaluates a block until it is TRUE. "
block [block!]
]