Skip to content
btiffin edited this page Dec 20, 2011 · 2 revisions

Usage

all block

Description

Evaluates and returns at the first false or none.

all is a function!

Arguments

block -- Block of expressions [block!]

Examples

all [value? 'a  a]
all [true  false  equal? not-evaluated 1 not-evaluated 2]

The function not-evaluated will not be evaluated during processing of the all block.