Catch and throw example 2
When THROWER throws to location, forms after the call to thrower in the catch frame are not executed
cg-user(42): (catch-test 10) ;; THROWER will throw
"before thrower call"
"after catch frame"
t
cg-user(43): (catch-test 0) ;; THROWER won't throw
"before thrower call"
"after thrower call"
"after catch frame"
t
cg-user(44):
Previous slide
Next slide
Back to first slide
View graphic version