/usr/share/doc/zoem/examples/catch.ozm is in zoem 11-166-1.2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 | a
b
c
Skipping the rest!
At the bottom 1
* i = 0
BEFORE throw 1
before throw 2
i = 1 and j = 1
end of body 2
before throw 2
i = 1 and j = 2
end of body 2
before throw 2
i = 1 and j = 3
end of body 2
before throw 2
END of body 1
* i = 1
BEFORE throw 1
before throw 2
i = 2 and j = 1
end of body 2
before throw 2
i = 2 and j = 2
end of body 2
before throw 2
i = 2 and j = 3
end of body 2
before throw 2
END of body 1
* i = 2
BEFORE throw 1
At the bottom again
|