Andy Wingo writes:
>> Does this code mean that we load the script twice, in the -ds case?
>
> I think so, yes; unfortunately. Fixed. Would this merit a quick 2.0.2,
> you think?
I guess that would be better, if Ludo has time to make the release.
>> Do we go interactive after seeing a -e optio
Hi Neil,
Thanks for the review!
On Thu 28 Apr 2011 20:12, Neil Jerram writes:
> +@example
> +(while #f (error "not reached")) @result{} #f
> +(while #t (break)) @result{} #t
> +(while #f (break 1 2 3)) @result{} 1 2 3
> +@end example
>
> I think the #f in the last while line should be #t.
Inde