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

Re: +INTERNAL-/;-MACRO



Right now a (load file) will work for

(print 'foo)	;this prints foo
<EOF>

and won't work for

(print 'foo)	;this prints foo<EOF>