The logical AND operator (&) takes the logical AND of two operands. For example: A = ^B1010 B = ^B1100 .LONG A&B ; Yields 1000 (binary)