pub fn run( interp: &mut Interp, env: &mut Env, arg_values: &[Value], ) -> Result<Value>
A run built-in function.
run