block and return-from
block establishes a named context
name is a symbol (might be the symbol NIL)
the normal return is value of the last form of the block
return-from allows early return, second arg is value to return
Previous slide
Next slide
Back to first slide
View graphic version