Re: Another needed piece of syntax: when/latch/catch Mark S. Miller (markm@caplet.com)
Fri, 22 Oct 1999 11:23:51 -0700

At 11:16 AM 10/22/99 , Bill Frantz wrote:
>At 11:07 AM 10/22/1999 -0700, Mark S. Miller wrote:
> > (foo <- msg(args)) <- whenResolved(define observer(result) {
>
>Don't you mean:
>
> (foo <- msg(args)) <- whenResolved(define observer(result)) {

No. Following the open curly is the body of the observer. The matching close paren follows the last close curly.

         Cheers,
         --MarkM