Constant tagua_parser::tokens::EXIT
[−]
[src]
pub const EXIT: &'static [u8]=
b"exit"
The EXIT
token.
Represent the termination operator, e.g. exit(42);
.