<div>Thanks everybody. That was very helpfull.</div>
<div> </div>
<div>-pp</div>
<div><br><br> </div>
<div><span class="gmail_quote">On 2/15/06, <b class="gmail_sendername">Carl Eastlund</b> <<a href="mailto:carl.eastlund@gmail.com">carl.eastlund@gmail.com</a>> wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">On 2/15/06, Jacob Matthews <<a href="mailto:jacobm@cs.uchicago.edu">jacobm@cs.uchicago.edu</a>> wrote:
<br>> You _can_ get the behavior I suspect you want, but not the way you've<br>> done it. You've got to do<br>><br>> (let/ec return<br>> (return 1 2))<br>><br>> which evaluates to two values, 1 and 2.
<br><br>Of course, this is what the call-with-values code I wrote boils down<br>to, and is the simple way to do things. Using call-with-values is<br>only necessary if you have some arbitrary function call generating<br>your multiple values and you can't manually plug them into argument
<br>position.<br><br>--<br>Carl Eastlund<br>"Cynical, but technically correct."<br></blockquote></div><br>