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

somewhat obscure error message



Doing (DO ((A 1 2)) () (PRINC "LOOP")) will complain about ((A 1 2))
being improper ("extraneous stepper") rather than the exit condition
being improper.