(defmacro foo ()
''macro)
(iter (for i from 1 to 1)
(labels ((foo ()
'labels))
(return (foo))))
returns MACRO, not LABELS
--larry
_______________________________________________
iterate-devel site list
[email protected]
http://common-lisp.net/mailman/listinfo/iterate-devel
