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

6 lines
106 B
Plaintext

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