Nested finally #13

Closed
opened 2022-07-05 06:41:14 +00:00 by able · 0 comments

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 19:50:09 +00:00
Ghost closed this issue 2022-09-14 19:50:09 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
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
There is no content yet.