fn interp_grid_newpage(
_args: &[RValue],
_named: &[(String, RValue)],
context: &BuiltinContext<'_>,
) -> Result<RValue, RError>Expand description
Clear the grid display list and viewport stack, starting a new page.
@return NULL (invisibly)