RosettaCodeData/Task/Exceptions/Oz/exceptions-2.oz

6 lines
106 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
try
raise someError(debug:unit) end
catch someError(debug:d(stack:ST ...)...) then
{Inspect ST}
end