fn pre_eval_with_visible(
args: &[Arg],
env: &Environment,
context: &BuiltinContext<'_>,
) -> Result<RValue, RError>Expand description
Evaluate an expression and return the result with a visibility flag.
@param expr the expression to evaluate @return a list with components “value” (the result) and “visible” (logical)