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)