home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / mac / developm / language / quinta.cpt / Quinta / printlist.q < prev    next >
Text File  |  1990-03-22  |  221b  |  9 lines

  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.