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

question regarding multiple-value-bind



when i execute the following i get this error.
(multiple-value-bind (x y) (values 1 2) (return nil))
 
*** - RETURN-FROM: no block named NIL is currently visible
1. Break>
could someone explain why this is a error?
thanks,
dan stanger