From: asholz
Subject: Output of a simple (make-array #x100) on a ti-explorer
Date: 
Message-ID: <1119782495.647750.38610@g43g2000cwa.googlegroups.com>
Hello,

how to properly display the resulting array of (make-array #x100). On a
ti-explorer I'm getting just a #<ART-Q-256 6304123>.

Using LispWorks or Clisp I'M getting the array values as an output.

- Andreas
From: Joe Marshall
Subject: Re: Output of a simple (make-array #x100) on a ti-explorer
Date: 
Message-ID: <br5thw2f.fsf@comcast.net>
"asholz" <······@topinform.de> writes:

> Hello,
>
> how to properly display the resulting array of (make-array #x100). On a
> ti-explorer I'm getting just a #<ART-Q-256 6304123>.

Try

  (setq *print-array* t)

-- 
~jrm