home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / mac / progrmng / quinta.sit / printlist.q < prev    next >
Encoding:
Text File  |  1990-03-22  |  221 b   |  9 lines  |  [TEXT/QNTA]

  1.  
  2. ; This is the source to the response to print lists
  3. ; It is already installed in the Quinta dictionary
  4.  
  5. [ "{ " print do dup car textrep print " " print
  6. cdr dup isempty until "}" print cr drop ]
  7. "print" pub list respond
  8.  
  9.