call-with-continuation-prompt is your friend in the definitions window
(call-with-continuation-prompt (λ _ (+ 100 (call-with-composable-continuation (λ (k) (+ 1000 (k 1)))) ))) ;->1201 ____________________ Racket Users list: http://lists.racket-lang.org/users