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