I’m thinking about what would be the proper/least annoying way of having multiple exception sections. If I have a code block that can emit two different exceptions is the only way doing it
[ [ ... ]
on: Exception1
do: [ … ] ]
on: Exception2
do: [ … ]
on:do: just calls a primitive that marks the context being an exception
handler. What is called in the image when the stack is scanned to find an
exception handler?
thanks,
Norbert
