Difference between revisions of "MC-Basic:SHL"
m (1 revision) |
(Issue 6435: SHL 32 and SHR 32 return wrong results) |
||
Line 22: | Line 22: | ||
''<Number>'': - MaxLong to MaxLong | ''<Number>'': - MaxLong to MaxLong | ||
− | ''<N>: ''0 to | + | ''<N>: ''0 to 31 |
|UNITS= | |UNITS= |
Revision as of 12:25, 24 April 2013
SHL (shift left) shifts each bit in <Number> N places to the left. N zeros are shifted into the N rightmost positions.
Syntax
<Number> SHL <N>
Availability
Versions 3.6.20 and higher
Type
<returnvalue>:Long
<Number>:Long
<N>: Long
Range
<Number>: - MaxLong to MaxLong
<N>: 0 to 31
Scope
Configuration, Task or Terminal
Examples
-->? 16 SHL 3
128