Changes

Jump to: navigation, search

Logical tests

4 bytes added, 16:37, 10 February 2009
no edit summary
* and - returns the logical 'and' of all the nested checks. (See note below about lazy execution.)
* or - returns the logical 'or' of all the nested checks. (See note below about lazy execution.)
* atleast - returns true if at least one value of the nested checks are true. (See note below about lazy execution.)
* atmost - returns true if no more than value of the nested checks are true. (See note below about lazy execution.)
Anonymous user

Navigation menu