>>>>> On Tue, 06 Jan 2004 21:06:18 +0100, xur ("xur") writes:
xur> * (intern "foo")xur> |foo| xur> NIL xur> I expected `foo' -- not `|foo|'. PRINT and READ are inverses of each other. (If Lisp had printed what you expected, what would you expect to get if you then subsequently read that back?)
