pub const OR: &'static [u8] = b"or";
The OR token.
OR
Represent the inclusive disjunction operator, used in a logical expression, e.g. $x or $y.
$x or $y