|   And - Function SummarySummary:Returns the first value ANDed with the second. Usage:and value1 value2 Arguments:value1 - The value1 argument. (must be: logic number char tuple binary image) value2 - The value2 argument. (must be: logic number char tuple binary image) Description:For LOGIC values, both values must be TRUE to return TRUE, otherwise a FALSE is returned. For integers, each bit is separately affected (a numerical AND). All arguments are fully evaluated. 
 
 
 
 
 Related:all  - Shortcut AND. Evaluates and returns at the first FALSE or NONE. 
 | |||||
| 
 | |||||