[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
- To: BUG-MACLISP at MIT-MC
- From: Kent M. Pitman <KMP at MIT-MC>
- Date: Sat, 23 May 81 08:15:00 GMT
- Original-date: 23 May 1981 04:15-EDT
(FILLARRAY 'FOO NIL)
;NIL WRONG TYPE ARRAY - FILLARRAY
(FILLARRAY 'FOO '(NIL))
;FOO NOT AN ARRAY
I prefer the second error message.