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