fn builtin_eval_parent(
args: &[RValue],
_: &[(String, RValue)],
) -> Result<RValue, RError>Expand description
eval.parent — evaluate expression in the calling environment.
@param expr expression to evaluate @param n number of frames to go up (default 1) @return result of evaluation @namespace base