You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please add try catch block support which releases in 9.4fw
Usually looks in next way: SUB main() x = 1 try PRINT x.foo catch e PRINT e.number,e.message end try END SUB
The text was updated successfully, but these errors were encountered:
yes, we definitely want to support this! There are few large items on my plate right now so I could probably get to this sometime next month. pull requests are always welcome if you're looking to see syntax support arrive sooner. :)
Please add try catch block support which releases in 9.4fw
Usually looks in next way:
SUB main() x = 1 try PRINT x.foo catch e PRINT e.number,e.message end try END SUB
The text was updated successfully, but these errors were encountered: