We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This may be worthwhile to split into separate issues, but I can think of 2 immediate improvements to try expressions:
Result
else
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This may be worthwhile to split into separate issues, but I can think of 2 immediate improvements to
try
expressions:try
expression/statement should be available at the top-level. If it fails, then it should just exit the programtry
expression/statement should be able to be used within a function that does not return aResult
type if there's anelse
-clause attachedThe text was updated successfully, but these errors were encountered: