5 lines
106 B
Text
5 lines
106 B
Text
try
|
|
raise someError(debug:unit) end
|
|
catch someError(debug:d(stack:ST ...)...) then
|
|
{Inspect ST}
|
|
end
|