Constant tagua_parser::tokens::PRINT
[−]
[src]
pub const PRINT: &'static [u8]=
b"print"
The PRINT
token.
Represent another output writer operator, e.g. print 'foobar';
, see echo
.