[armedbear-devel] Bug: COND clauses must have a test

Pascal J. Bourguignon pjb at informatimago.com
Sun Nov 24 20:03:02 UTC 2013


The syntax for COND is:

cond {clause}* => result*
clause::= (test-form form*) 

therefore (cond ()) should be a program-error, but abcl 1.0.1 returns
NIL.


-- 
__Pascal Bourguignon__
http://www.informatimago.com/




More information about the armedbear-devel mailing list