Skip to main content

run

Function run 

Source
pub fn run(
    interp: &mut Interp,
    env: &mut Env,
    arg_values: &[Value],
) -> Result<Value>
Expand description

A run built-in function.