[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Are functions defined by FLET surrounded by an implicit BLOCK?
- To: common-lisp@SAIL.STANFORD.EDU
- Subject: Are functions defined by FLET surrounded by an implicit BLOCK?
- From: STEVER%OZ.AI.MIT.EDU@XX.LCS.MIT.EDU
- Date: Mon, 26 Jan 1987 14:47:00 -0000
CLtL specifically states that DEFUN bodies are implicitly wrapped in a
BLOCK with the same name as the function being defined. Is this true
of FLET and LABELs as well?
Stever