Difference between revisions of "MC-Basic:SHL"
(Issue 6435: SHL 32 and SHR 32 return wrong results) |
|||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | {{Languages|MC-Basic:SHL}} | ||
{{MC-Basic | {{MC-Basic | ||
|SHORT FORM= | |SHORT FORM= | ||
Line 7: | Line 8: | ||
|AVAILABILITY= | |AVAILABILITY= | ||
− | + | Since Version 3.6.20 | |
|DESCRIPTION= | |DESCRIPTION= | ||
Line 42: | Line 43: | ||
|SEE ALSO= | |SEE ALSO= | ||
− | * [[ | + | * [[MC-Basic:SHR|SHR]] |
}} | }} |
Latest revision as of 05:40, 28 April 2017
Language: | English • 中文(简体) |
---|
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
Since Version 3.6.20
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