Until - Function SummarySummary:Evaluates a block until it is TRUE. Usage:until block Arguments:block - The block argument. (must be: block) Description:Evaluates a block until the block returns a TRUE value (that is, the last expression in the block is TRUE).
Related:for - Repeats a block over a range of values.
| ||||
|