|   Or - Function SummarySummary:Returns the first value ORed with the second. Usage:or 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:An infix-operator. For LOGIC values, both must be FALSE to return FALSE; otherwise a TRUE is returned. For integers, each bit is separately affected. Because it is an infix operator, OR must be between the two values. 
 
 
 
 Related:and  - Returns the first value ANDed with the second. 
 | ||||
| 
 | ||||