Syntax
Get the result of a left bit shift. Shift i1 to the left by i2 bits. This is nearly equivalent to multiplying i1 by {2}^i2.
i - bit shifted integer
i1 - integer to bit shift
i2 - amount to shift