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

(Withdrawn!): Question on multi-statement "Applying"



On Mon, Jan 01, 2001 at 04:01:19PM -0800, Brent Fulgham wrote:
> Aside:  Although the documentation for "scheme_eval_string_all"
> says that "if 'all' is not 0, then expressions are read and
> evaluated from str until the end of the string is reached."
> But according to the code and my experimentation, it really
> only reads and evaluates multiple expressions if 'all' is
> less than zero.  0 or greater acts like zero.
> 

This is not true -- the code works as documented.  My code had
the error, and it now works properly.  Sorry!

Thanks,

-Brent