Rebol Programming/all
USAGE:
editALL block
DESCRIPTION:
editShortcut AND. Evaluates and returns at the first FALSE or NONE.
ALL is a native value.
ARGUMENTS
edit- block -- Block of expressions (Type: block)
SOURCE CODE
editall: native[ {Shortcut AND. Evaluates and returns at the first FALSE or NONE.} block [block!] "Block of expressions" ]