Alexandria Uptime: 15.92 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 77. >> 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 Right Shift on a variable.

See Also

binary.<<, binary.>>>