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
https://docs.raku.org/syntax/try%20blocks shows the catch block first, which can be jarring for new users. Should emphasize that the CATCH block has to appear in the scope you want, but at any location is fine.
The text was updated successfully, but these errors were encountered:
https://stackoverflow.com/questions/79045361/possible-bug-with-run-as-last-statement-in-try-block brings up that
https://docs.raku.org/syntax/try%20blocks shows the catch block first, which can be jarring for new users. Should emphasize that the CATCH block has to appear in the scope you want, but at any location is fine.
The text was updated successfully, but these errors were encountered: