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

Re: read-line



Read-line works fine:
KCL (Kyoto Common Lisp) June 3, 1987

>(read-line)sadfasd
"sadfasd"
NIL

>

Read-line should start reading as soon as you close the parenthesis
and it does this properly in KCL.

Olivier Clarisse