RosettaCodeData/Task/Stack-traces/Oz/stack-traces-1.oz

11 lines
104 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
declare
proc {Test}
_ = 1 div 0
end
in
try
{Test}
catch E then
{Inspect E}
end