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
ANY block
Shortcut OR. Evaluates and returns the first value that is not FALSE or NONE. ANY is a native value.
- block -- Block of expressions (block!)
any: make native! [ [ {Shortcut OR. Evaluates and returns the first value that is not FALSE or NONE.} block [block!] "Block of expressions" ] ]