-
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
- the
elseblock should run if thetryblock doesn't fail - the
finallyblock should always run:- after catch/else blocks if they exist
- before anything outside the try-catch-else-finally blocks run
- some impl notes:
- make sure break/continue/return don't mess with the execution flow
- anything besides
tryshould be optional, i.e. you don't need to catch the error to have afinallyrun
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request