Constant tagua_parser::tokens::DECLARE
[−]
[src]
pub const DECLARE: &'static [u8]=
b"declare"
The DECLARE
token.
Represent the declaration operator, e.g. declare(foo='bar');
.