Skip to content

Latest commit

 

History

History
executable file
·
17 lines (13 loc) · 840 Bytes

all.MD

File metadata and controls

executable file
·
17 lines (13 loc) · 840 Bytes

USAGE:
     ALL block 

DESCRIPTION:
     Short-circuiting variant of AND, using a block of expressions as input.
     ALL is a function .

RETURNS: [<opt> any-value!]
    Product of last evaluation if all TRUE?, else a BLANK! value.

ARGUMENTS:
    block [block!]
        Block of expressions.  Void evaluations are ignored.

Rebol.com docs


Above this line is autogenerated. Place user comments below.