[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[no subject]



    Why a form like this:

  (DO ((L A-LIST))
      ((NULL L)
       (RETURN A B))
      ... )

is accepted by the compiler but not by the interpreter?