Shifts the bits of an integer some number of places to the left.
shift left (integer: the number to be shifted) by (integer: the number of places to shift)
set myValue to (shift left 45 by 2)