Open coke opened 2 months ago
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.
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.