Meta Project

The Unofficial Meta Documentation

AND

Summary

AND Bitwise AND operator.

Category

MATH LOGIC

Description

AND AND infix operator. Bitwise.

Example Code

AND is an infix operator.

x: 2 AND  1
write/line  x

Related

OR  
XOR  

Back to the Meta Methods Reference index