Shl

Value = Shl ( Number , Bits )

Returns Number , Bits bits left shifted.


Example

PRINT Shl(11, 3)

88


See also

AND, BChg, BClr, BSet, BTst, FALSE, NOT, OR, Rol, Ror, Shr, TRUE, XOR