Meta Project

The Unofficial Meta Documentation

OR

Summary

OR Bitwise OR operator.

Category

MATH LOGIC

Description

OR Bitwise infix operator.

Example Code

OR is an infix operator.

x: 2 or 1
write/line  x

Related

AND  
XOR  

Back to the Meta Methods Reference index