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