fn interp_baseenv(
_positional: &[RValue],
_named: &[(String, RValue)],
context: &BuiltinContext<'_>,
) -> Result<RValue, RError>Expand description
Return the base environment.
@return the base environment (parent of the global environment)