[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
- To: (BUG LISP) at MIT-MC
- From: JONL at MIT-MC (Jon L White)
- Date: Sat, 17 Jun 78 22:25:00 GMT
- Cc: NIL at MIT-MC
- Original-date: 17 JUN 1978 1825-EDT
How do you find out if a random S-expression array has the
GC-MARK property? ARRAYDIMS only tells you that it is an
S-expression array. thus
(EQUAL (ARRAYDIMS (ARRAY A T n1 n2)) (ARRAYDIMS (ARRAY B NIL n1 n2)))
is true. Foo.