pub fn process_exec(args: &[Expr]) -> Result<Expr, Error>
Similar to C’s system function: The command specified by string is passed to the host environment to be executed by the command processor.