RE: strange #!key behaviour

Subject: RE: strange #!key behaviour
From: Avi Kivity <Avi@xxxxxxxxxxxxx>
Date: Mon, 12 Jul 1999 16:02:35 +0300
On Monday, July 12, 1999 14:07, Holger Klawitter
[SMTP:holger.klawitter@xxxxxx] wrote:
> Hi there,
> 
> Is the following a bug in jade? I use "#!key" the following way:
> 
> (define circle (#!key x (x 10) y (y 10) r (r 100))
>    ....
> )
> 
Try 

(define (circle #!key (x 10) (y 10) (r 100))
    ...
)

See Example 11 in 8.3.1.4

---
"The only words which have meaning are the last ones spoken"



 DSSSList info and archive:  http://www.mulberrytech.com/dsssl/dssslist


Current Thread