BlockClosure>>callCC comment

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

BlockClosure>>callCC comment

James Foster-3
According to the comment, this method answers a <Continuation>. I think this
is wrong. Here is my suggestion for the comment:
"Evaluate the receiver (a one-argument block), passing as the argument a new
<Contination> which contains a copy of the active process. When the
continuation is later evaluated, it is like returning a value from this
block again."