10 lines
104 B
Text
10 lines
104 B
Text
declare
|
|
proc {Test}
|
|
_ = 1 div 0
|
|
end
|
|
in
|
|
try
|
|
{Test}
|
|
catch E then
|
|
{Inspect E}
|
|
end
|