source:
to-imperative/trunk/samples/Syntax/trap6.rf
@
4026
Last change on this file since 4026 was 4026, checked in by orlov, 12 years ago | |
---|---|
|
|
File size: 134 bytes |
Line | |
---|---|
1 | $use StdIO; |
2 | |
3 | $func Main = e; |
4 | Main = |
5 | $trap $error X $with { |
6 | s1, $trap $error Y $with \{}; |
7 | e1 = <PrintLn "Catched: "e1>; |
8 | }; |
Note: See TracBrowser
for help on using the repository browser.