It would be nice to have something like try-catch statement in E2. For example: ``` try { error("Test") } catch (Error:string) { print("Exception has been thrown (" + Error + ")!") # Would print "Exception has been thrown (Test)!" } ```
It would be nice to have something like try-catch statement in E2.
For example: