Product DocumentationDeveloper GuidesODSL LanguageFunctionsAll FunctionsevaluateOn this pageevaluateEvaluates a string expression and returns the result Syntax result = evaluate(string) Example a=10b=12op="+"result = evaluate("a" + op + "b")print result