Constant tagua_parser::tokens::GOTO
[−]
[src]
pub const GOTO: &'static [u8]=
b"goto"
The GOTO
token.
Represent the jump operator, e.g. goto x;
.