Skip to main content

interp_grid_newpage

Function interp_grid_newpage 

Source
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)