forked from rebol/rebol
-
Notifications
You must be signed in to change notification settings - Fork 2
angerangel edited this page Dec 14, 2012
·
1 revision
ALL block
Shortcut AND. Evaluates and returns at the first FALSE or NONE. ALL is a native value.
- block -- Block of expressions (block!)
all: make native! [ [ {Shortcut AND. Evaluates and returns at the first FALSE or NONE.} block [block!] "Block of expressions" ] ]