Skip to content
angerangel edited this page Mar 20, 2013 · 1 revision

USAGE

   UNTIL block

DESCRIPTION

Evaluates a block until it is TRUE.

UNTIL is a native value.

ARGUMENTS

  • block (block!)

#SOURCE

until: make native! [  [
    "Evaluates a block until it is TRUE. "
    block [block!]
] ]

Clone this wiki locally