Constant tagua_parser::tokens::WHILE
[−]
[src]
pub const WHILE: &'static [u8]=b"while"
The WHILE token.
Represent a while loop, e.g. while (…) { … }.