fn builtin_topenv(
args: &[RValue],
_: &[(String, RValue)],
) -> Result<RValue, RError>Expand description
Get the top-level environment.
@param envir starting environment @return the top-level environment (global or namespace) @namespace base