jak-project/goal_src/test/test-nested-blocks-2.gc

11 lines
151 B
Plaintext
Raw Normal View History

2020-09-07 19:17:48 -04:00
(block outer-block
1
2
(block inner-block
3
4
(return-from inner-block 7)
5
)
8
)