[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Mentioning name twice in multiple-value-setq



(multiple-value-setq (x x) (values 1 2))

Is the value of x defined after executing the previous form?
If so, what is the value?  The same question could be asked of 
multiple-value-bind.


    -[Shane]->