Skip to main content

builtin_environment_name

Function builtin_environment_name 

Source
fn builtin_environment_name(
    args: &[RValue],
    _: &[(String, RValue)],
) -> Result<RValue, RError>
Expand description

Get the name of an environment.

@param env environment to query @return character scalar (empty string for anonymous environments)