Left Bit Shift (<<)

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Core Language > Operators > Arithmetic >

Left Bit Shift (<<)

 

Description

 

Moves the bits of number to the left by pos positions.

 

Syntax

 

result = number << position

 

Returns

 

Remarks

 

Restrictions

 

See also

 

Examples