Skip to main content

builtin_parent_env

Function builtin_parent_env 

Source
fn builtin_parent_env(
    args: &[RValue],
    _: &[(String, RValue)],
) -> Result<RValue, RError>
Expand description

Get the parent (enclosing) environment of an environment.

@param env environment to query @return the parent environment, or NULL for the empty environment