Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Try catch keyword support #218

Closed
hornyhedgehog opened this issue Oct 15, 2020 · 1 comment · Fixed by #248
Closed

Try catch keyword support #218

hornyhedgehog opened this issue Oct 15, 2020 · 1 comment · Fixed by #248

Comments

@hornyhedgehog
Copy link

hornyhedgehog commented Oct 15, 2020

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

@TwitchBronBron
Copy link
Member

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. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants