Prev
Next
Statement...
Transforms to...
suspend;
return;
resume cc <- 55;
return cc(55);
function_continuation;
$k
return 10;
return $k(10);