Constant tagua_parser::tokens::OR [] [src]

pub const OR: &'static [u8] = b"or"

The OR token.

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