Alexandria Uptime: 16.00 Days
Total players online: 0



Take the Tour | Site Map

Name

^ — Performs a binary XOR (bitwise exclusive) on two variables.

Synopsis

call binary.txt ^ { variable } { variable } [ result ]

Author

the.WZA

Parameters

Table 75. ^ parameters

NameDescription
variableName of binary variable to XOR
variableName of binary variable to XOR
resultName of resulting binary variable (default to %1).

Description

Performs a binary XOR (bitwise exclusive) on two variables.

See Also

binary.~, binary.&, binary.|