Bitwise Operators: AND

Compares two bits and generates a 1 result if both bits are 1, otherwise it returns 0.

Example - Result will equal 5
(= Result (& $85 $0F))