A message list has the following format:
(< selector> < response> < options> )The < selector> is a symbol that is the name of a message. < response> is the way in which the message is interpreted:
( < expression> ) (radius * 2)
( < code> ) ((sqrt area))
(glambda (< args> ) (glambda (self)
< code> ) (radius self))
< function-name> mymsgfn
< options> may include:
RESULT < type> MESSAGE T OPEN T SPECIALIZE T ARGTYPES (< type1> ... < typen> )
Contents    Page-10    Prev    Next    Page+10    Index