[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: Tue, 6 Feb 79 03:54:00 GMT
- Original-date: 5 FEB 1979 2254-EST
(ARGS 'OPEN) returns (0 . 4) ... In an incredible feat of daring-ness on my
part, I tried
(OPEN '|DSK:KMP;DELETE THIS| '(OUT) 'FOO)
and
(OPEN '|DSK:KMP;DELETE THIS| '(OUT) 'FOO 'BAR)
to determine what the undocumented args do. I got a 'WRONG NUMBER OF ARGS TO
LSUBR' message.
(ARGS 'OPEN) should return (0 . 2)
-kmp