*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Mon, 18 Apr 2005 11:18:55 +0200
changeset 8849 f0bfc23a2f7b
parent 8848 54c8ceb41539
child 8850 b9a04c753bfa
*** empty log message ***
Continuation.st
--- a/Continuation.st	Mon Apr 18 10:05:27 2005 +0200
+++ b/Continuation.st	Mon Apr 18 11:18:55 2005 +0200
@@ -40,7 +40,8 @@
 
 documentation
 "
-    Initial attempt - Contnuations do not work yet.
+    Initial attempt - Uninished.
+    Continuations do not work yet - there is more support needed in the VM.
 
     [Instance variables:]
 
@@ -206,5 +207,5 @@
 !Continuation class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Continuation.st,v 1.9 2005-04-18 08:05:27 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Continuation.st,v 1.10 2005-04-18 09:18:55 cg Exp $'
 ! !