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