Function Description
AND - Returns TRUE if all of its arguments are TRUE
true + true = TRUE
False + true = FALSE
False + False = FALSE
FALSE - Returns the logical value FALSEtrue + true = TRUE
False + true = FALSE
False + False = FALSE
IF - Specifies a logical test to perform
NOT - Reverses the logic of its argument
OR - Returns TRUE if any argument is TRUE
TRUE - Returns the logical value TRUE
No comments:
Post a Comment