fn interp_environment_is_locked(
positional: &[RValue],
_named: &[(String, RValue)],
_context: &BuiltinContext<'_>,
) -> Result<RValue, RError>Expand description
Check whether an environment is locked.
@param env environment to query @return logical scalar: TRUE if locked, FALSE otherwise