[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
- To: (BUG LISPM) at MIT-AI
- Subject:
- From: JERRYB@MIT-AI (Sent by BEPPE@MIT-AI)
- Date: Thu ,29 Dec 78 18:58:26 EDT
Why a form like this:
(DO ((L A-LIST))
((NULL L)
(RETURN A B))
... )
is accepted by the compiler but not by the interpreter?