Skip to content
btiffin edited this page Dec 20, 2011 · 3 revisions

Usage

any block

Description

Evaluates and returns at the first value that is not false or none.

any is a function!

Arguments

block -- Block of expressions [block!]

Examples

any [false false 1]
any [false true i-have-side-effects]

The function i-have-side-effects is not evaluated during processing of the any block.

Clone this wiki locally