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

  1. Shouldn't defvar take any number of arguments, like setq?  As it is,
  2. (defvar a 1 b 2) sets a to 1, but ignores the other arguments.
  3.  
  4.