Rebol Programming/any
USAGE:
editANY block
DESCRIPTION:
editShortcut OR. Evaluates and returns the first value that is not FALSE or NONE.
ANY is a native value.
ARGUMENTS
edit- block -- Block of expressions (Type: block)
SOURCE CODE
editany: native[ {Shortcut OR. Evaluates and returns the first value that is not FALSE or NONE.} block [block!] "Block of expressions" ]