Marc Mertens <[EMAIL PROTECTED]> writes: > Hello, > > I seem to have two problems with some loop statements, > > Problem 1. > > When I execute (loop never t finally (princ 'error)) everything works > as expected
BTW, "expected" meaning FINALLY not being executed? 6.1.4 Termination Test Clauses Since always, never, and thereis use the return-from special operator to terminate iteration, any finally clause that is supplied is not evaluated when exit occurs due to any of these constructs. (That not withstanding, there is something fishy in the compiler.)
