Subject: Re: multi-dimensional arrays question
From: Erik Naggum <erik@naggum.net>
Date: Sat, 09 Feb 2002 11:46:05 GMT
Newsgroups: comp.lang.lisp
Message-ID: <3222243966998290@naggum.net>

* Paul Cochrane <cochrane_nospam@physics.uq.edu.au>
| (setq A (make-array '(m n)))

  Why do you quote the list of values?  Have you tried to evaluate that
  list by itself?  What would you normally do to get a list that contains
  the values of two variables m and n, not just the symbols?

///
-- 
  In a fight against something, the fight has value, victory has none.
  In a fight for something, the fight is a loss, victory merely relief.