From: michele Date: 2005-09-22T17:01:39+09:00 Subject: Re: Continuation - where does it continue I justed wanted to understand how continuations work and where it happens, so I made the simplest example possible I could think of. I wanted to start work one place, leave it in the middle, do some other work, and then continue from where I left. Your answer as well as Pit Capitain's above solved the problem.