Constant tagua_parser::tokens::BREAK
[−]
[src]
pub const BREAK: &'static [u8]=b"break"
The BREAK token.
Represent the control flow breaker operator, e.g. break 2.