Skip to content
angerangel edited this page Dec 14, 2012 · 1 revision

Table of Contents

USAGE

  ALL block

DESCRIPTION

Shortcut AND. Evaluates and returns at the first FALSE or NONE. ALL is a native value.

ARGUMENTS

  • block -- Block of expressions (block!)

SOURCE

all: make native! [  [
    {Shortcut AND. Evaluates and returns at the first FALSE or NONE.}
    block [block!] "Block of expressions"
] ] 
Clone this wiki locally