<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><blockquote type="cite"><div>I've also some troubles with srfi-11 reference implementation:<br><br>Loaded Black Hole.<br>Gambit v4.6.0<br><br>(import srfi-11)<br><br>(let-values (((a b) (values 0 1)) ((c d) (values 2 3))) (list a b c d))<br><br>=> (2 2 2 2) ;; should be (0 1 2 3)<br><br>(let*-values (((a b) (values 0 1)) ((c d) (values 2 3))) (list a b c d))<br><br>=> (0 0 2 2) ;; should be (0 1 2 3)<br><br>--marco<font class="Apple-style-span" color="#000000"><font class="Apple-style-span" color="#144FAE"><br></font></font></div></blockquote><br></div><div>This issue is fixed now on github. Thanks for pointing it out.</div><div><br></div><div>Regards,</div><div>Per</div><div><br></div></body></html>