< Rebol Programming

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 (Type: block)

SOURCE CODE

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

This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.