[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
- To: (BUG LISP) at MIT-MC
- From: DCP at MIT-MC (David C. Plummer)
- Date: Tue, 10 Apr 79 06:42:00 GMT
- Original-date: 10 APR 1979 0142-EST
try:
(progn (tyipeek) (read))
and give it input of the character 1 then the character space.
(tyipeek) whould do a wait, and read should see "1 " as a completed
form, aparently it doesn't. If the input is "1 6 " it returns
1 from the progn then returns 6 from the regular lisp reader.
Is this right?? I would view this as wrong behavior.