pub fn execute_script(src: &str) -> Result<i32, String>
Run a script source string on the live executor. Ok(0) when no executor is in scope.
Ok(0)