[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
question regarding multiple-value-bind
- To: clisp-list@ma2s2.mathematik.uni-karlsruhe.de
- Subject: question regarding multiple-value-bind
- From: dxs@evolving.com (Dan Stanger)
- Date: Mon, 27 Feb 1995 13:49:38 -0700
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