public static native eval(code as String) as Object throws SyntaxError, TypeError, Exception
Compiles and executes a Klyn script provided as a string.
result = Application.eval("40 + 2") print(result)