Constant OR

Source
pub const OR: &'static [u8] = b"or";
Expand description

The OR token.

Represent the inclusive disjunction operator, used in a logical expression, e.g. $x or $y.