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

[no subject]



(FILLARRAY 'FOO NIL)
;NIL WRONG TYPE ARRAY  - FILLARRAY

(FILLARRAY 'FOO '(NIL))
;FOO NOT AN ARRAY

I prefer the second error message.