Continuation: Difference between revisions

Content deleted Content added
Redirected "John Reynolds" to "John C. Reynolds"
Programming language support: Revert edit by 193.131.67.211. C#'s yield and delegate do not even remotely qualify as continutation support.
Line 16:
*[[Haskell programming language|Haskell]] : <code>callCC</code> (in module <code>Control.Monad.Cont</code>)
*[[Factor programming language|Factor]] : <code>callcc0</code> and <code>callcc1</code>
*[[C Sharp|C#]] : <code>yield<code> and <code>delegate</code>
 
==Kinds of continuations==