Shl

Value = Shl ( Number , Bits )

Returns Number , Bits bits left shifted.

Example :

PRINT Shl(11, 3)
=> 88


Referenced by :