pub fn validate_script(script: &str) -> Result<(), ScriptError>Expand description
Validates a script (syntax only) without executing it.
pub fn validate_script(script: &str) -> Result<(), ScriptError>Validates a script (syntax only) without executing it.