Skip to main content

pre_eval_missing

Function pre_eval_missing 

Source
fn pre_eval_missing(
    args: &[Arg],
    _env: &Environment,
    context: &BuiltinContext<'_>,
) -> Result<RValue, RError>
Expand description

Test whether a formal argument was supplied in the current function call.

@param x unquoted name of a formal argument @return TRUE if the argument was not supplied, FALSE otherwise