docsFunctionsErrorsZtryRunZtryRun Evaluates the code block and falls back to the fallback block if any error occurs. Syntax ZtryRun{code;fallback?} Arguments NameTypeRequiredDefaultcodestringYes-fallbackstringNo- Example ZtryRun{ZgetUserVar{score};0}ZsuppressErrorsZeval