On Mon 01 Aug 2011 15:02, Panicz Maciej Godek <godek.mac...@gmail.com> writes:

> (define x (load "2plus3.scm")) ; (i wish x was 5)

I have fixed this to return the result(s) of evaluating the last
expression in the file, or the unspecified value if the file has no
forms.  Previously there was differing behavior: primitive-load didn't
return the values, but load-compiled (which `load' could call) would
return the values.

Andy
-- 
http://wingolog.org/

Reply via email to