[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Extent of function definition created by FLET/LABELS
- To: common-lisp@SU-AI.ARPA
- Subject: Extent of function definition created by FLET/LABELS
- From: NGALL@G.BBN.COM
- Date: Tue, 08 Apr 1986 22:06:00 -0000
- Sender: NGALL@G.BBN.COM
Is the following legal CL:
(funcall (labels ((foo () (print "hello"))
(bar () (foo)))
#'bar))
If not, where is it forbidden?
-- Nick
P.S. It works in VaxLisp.