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