RosettaCodeData/Task/Exceptions/Oz/exceptions-2.oz
2023-07-01 13:44:08 -04:00

5 lines
106 B
Text

try
raise someError(debug:unit) end
catch someError(debug:d(stack:ST ...)...) then
{Inspect ST}
end