[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
- To: (BUG LISP) at MIT-MC
- From: KMP at MIT-MC (Kent M. Pitman)
- Date: Thu, 8 Jan 81 20:40:00 GMT
- Original-date: 8 JAN 1981 1540-EST
(SETQ A (OPEN "DSK:KMP;BUGGY BUGGY" 'OUT))
#FILE-...
B
;B UNBOUND VARIABLE
;BKPT UNBND-VRBL
(ERRPRINT NIL A)B
T
-----
The file gets ;UNBOUND VARIABLE printed into it. Presumably the B should be
PRIN1'd into the file, not onto the terminal, so that the file had
;B UNBOUND VARIABLE in it.
-kmp