pub fn op_print(
    _state: &mut OpState,
    msg: String,
    is_err: bool
) -> Result<(), Error>
Expand description

Builtin utility to print to stdout/stderr