[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[no subject]



(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