Name
<< — Performs a signed binary Left Shift on a variable.
Synopsis
call binary.txt << { variable } { bits } [ result ]
Parameters
Table 76. << parameters
Name | Description |
---|
variable | Name of binary variable to shift |
bits | Number of bits to shift |
result | Name of resulting binary variable (default to %1). |
Description
Performs a signed binary Left Shift on a variable.