Logical AND operation. This is used to logically AND two Boolean values together. This returns a Boolean value, 1 for true and 0 for false.
0 && 0 1 && 0 0 && 1 1 && 1
||. ~