Meta Project

The Unofficial Meta Documentation

X-OR

Summary

X-OR Exclusive OR operator. Bitwise.

Category

MATH LOGIC

Description

X-OR Exclusive OR infix operator. Bitwise.

Example Code

X-OR is an infix operator.

x: 2 x-or  1
write/line  x

Related

AND  
OR  

Back to the Meta Methods Reference index