Skip to main content

builtin_topenv

Function builtin_topenv 

Source
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