Home
About
Policies
FAQ
Forums
Registration
Password Recovery

And (MPI)

From Tapestries MUCK

Revision as of 01:36, 31 March 2007 by Ash-Fox (Talk | contribs)
Jump to: navigation, search

and

{and:expr1,expr2...}

Returns true if expr1 and expr2 evaluate as true. Otherwise, this returns false. If expr1 was false, this doesn't bother to evaluate expr2, as it does C-style shortcutting.

If there are more than two arguments, then this will evaluate all of them until either one returns false, in which case this function returns false, or until it has evaluated all of the arguments.

This function returns true only if all the arguments evaluate as true.

Personal tools
Namespaces
Variants
Actions
navagation
information
wiki
Toolbox