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

[no subject]



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.