lshift (Bitwise and conditional)
Bitwise left shift.
Arguments
number0
is an integer number to be shifted.shift
is a non-negative integer number of bits to shift by.
Return values
number1
is the resulting integer number.
Example
Output:
65536