Candbool()
Jump to navigation
Jump to search
candbool(<boolean1>[,<booleanN>]...)
Takes one or more BOOLEAN values, and returns 1 (TRUE) if all arguments are TRUE. candbool() evaluates its arguments from left to right until either all arguments return TRUE or one of the arguments returns FALSE. This is unlike andbool() in that some arguments may not be evaluated.