Alexandria Uptime: 16.08 Days
Total players online: 0



Take the Tour | Site Map

Name

<< — Performs a signed binary Left Shift on a variable.

Synopsis

call binary.txt << { variable } { bits } [ result ]

Author

the.WZA

Parameters

Table 76. << parameters

NameDescription
variableName of binary variable to shift
bitsNumber of bits to shift
resultName of resulting binary variable (default to %1).

Description

Performs a signed binary Left Shift on a variable.

See Also

binary.>>, binary.>>>