Constant PRINT

Source
pub const PRINT: &'static [u8] = b"print";
Expand description

The PRINT token.

Represent another output writer operator, e.g. print 'foobar';, see echo.