The logical inclusive OR operator (!) takes the logical inclusive OR of two operands. For example: A = ^B1010 B = ^B1100 .LONG A!B ; Yields 1110 (binary)