Date: 8 Apr 1986 18:06-EST From: NGALL@G.BBN.COM Is the following legal CL: Yes, it is quite legal. We do this extensively in our system code. (funcall (labels ((foo () (print "hello")) (bar () (foo))) #'bar)) If not, where is it forbidden? -- Nick P.S. It works in VaxLisp.