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