Alexandria Uptime: 16.25 Days
Total players online: 0



Take the Tour | Site Map

Name

>>> — Performs a signed binary Right Shift on a variable.

Synopsis

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

Author

the.WZA

Parameters

Table 78. >>> parameters

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

Description

Performs a unsigned binary Right Shift on a variable.

See Also

binary.<<, binary.>>