[plt-scheme] call/cc and values

From: Jim Blandy (jimb at red-bean.com)
Date: Wed Feb 15 17:28:21 EST 2006

Here return itself is actually a variadic continuation, so you could also do:

> (let/ec return (apply return '(1 2)))
1
2
>


Posted on the users mailing list.