Nested finally #13

Closed
opened 2022-07-05 01:41:14 -05:00 by able · 0 comments
Owner

The following

finally {
 finally {
  /*123*/ print;
 }
 /*456*/ print;
}

only prints:

456
The following ```js finally { finally { /*123*/ print; } /*456*/ print; } ``` only prints: ```sh 456 ```
Ghost referenced this issue from a commit 2022-09-14 14:50:09 -05:00
Ghost closed this issue 2022-09-14 14:50:09 -05:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: AbleScript/ablescript#13
No description provided.