Bitwise Operators: Shift Left

Bitwise shift left; moves the bits to the left, it discards the far left bit and assigns 0 to the right most bit.

Example - Result will equal $14
(= Result (<< $85 2))