How can I implement an analog for such pseudocode?:
Code: Select all
(try body finish-sequence)
Imitating this with (if (not (catch ...)) ... (throw ...)) will affect error-code, I think. And I also want to distinguish between errors and regular throws...
Really, I can live successful without that now. Just a question about programming... :-)