Re: CLOS question



Alan Crowe <alan@xxxxxxxxxxxxxxxxxxxxxxx> writes:

It might look like this:

#| frame method combination runs the most specific :open method if any, the
most specific primary method, and the most specific :close method if any,
finally return the result of the primary method. Less specific primary methods
are runnable via call next method.

The key words are :open and :close leaving :before and :after available for
use in a more elaborate version. |#

Cool, thanks. I'll have to study the code a bit to understand it.
.