summaryrefslogtreecommitdiffstats
path: root/tests/007/except-2.txr
blob: b18f6c1c709307643e2a26b4463deb92ef0c3822 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
@(try)
@(try)
@(bind a "b")
@(throw e "a")
@(catch e (x))
@(output)
caught @x
@(end)
@(throw e "b")
@(finally)
@(output)
cleanup
@(end)
@(end)
@(catch e (x))
@(output)
caught @x
@(end)
@(end)