home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / bsd_srcs / usr.bin / lisp / lispnews / text0140.txt < prev    next >
Encoding:
Text File  |  1985-11-10  |  395 b   |  11 lines

  1.   When a vector is printed, the size in square brackets will be the number
  2. of entries (not the number of bytes).  The size printed for vectori
  3. objects will continue to be the number of bytes.
  4.  
  5.   Also, if the property of a vector is a list with the car being a non nil
  6. symbol, and if that list doesn't have a print property, then that
  7. symbol will be printed rather than 'vector' or 'vectori'.
  8.  
  9.  
  10.  
  11.