We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
any block
Evaluates and returns at the first value that is not false or none.
any is a function!
block -- Block of expressions [block!]
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.