home *** CD-ROM | disk | FTP | other *** search
Text File | 1990-03-22 | 221 b | 9 lines | [TEXT/QNTA] |
-
- ; This is the source to the response to print lists
- ; It is already installed in the Quinta dictionary
-
- [ "{ " print do dup car textrep print " " print
- cdr dup isempty until "}" print cr drop ]
- "print" pub list respond
-
-