|
|
|
Online Scripting Reference
|
|
xor
|
Purpose
|
Performs a logical 'XOR' on a variable.
|
|
Syntax
|
xor var {value}
var: The variable to be operated. The value in this variable must be either TRUE (1) or FALSE (0).
{value}: The value to be operated by. This value must be either TRUE (1) or FALSE (0).
|
|
Notes
|
This command is used internally by the compiler to allow conditions to work properly. Its use in conventional scripting is almost unheard of.
|
|
Example
|
|
Return to item listing |
|
|