ReadEvalPrintLoop.st
changeset 13301 1ac169f2af1d
parent 13121 e0cc829d4b4d
child 13768 b2bf7d051177
--- a/ReadEvalPrintLoop.st	Wed Feb 09 13:59:00 2011 +0100
+++ b/ReadEvalPrintLoop.st	Wed Feb 09 14:03:41 2011 +0100
@@ -336,6 +336,7 @@
             ].
 
             chunk notEmptyOrNil ifTrue:[
+                "abortAll is handled, but not asked for here!!"
                 AbortAllOperationRequest handle:[:ex |
                     error nextPutLine:('Evaluation aborted: ', ex description)
                 ] do:[ 
@@ -366,15 +367,15 @@
     "
 
     "Created: / 07-12-2006 / 17:27:21 / cg"
-    "Modified: / 07-12-2006 / 19:41:20 / cg"
+    "Modified: / 09-02-2011 / 14:00:49 / cg"
 ! !
 
 !ReadEvalPrintLoop class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/ReadEvalPrintLoop.st,v 1.27 2010-11-02 12:30:08 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ReadEvalPrintLoop.st,v 1.28 2011-02-09 13:03:41 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/ReadEvalPrintLoop.st,v 1.27 2010-11-02 12:30:08 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ReadEvalPrintLoop.st,v 1.28 2011-02-09 13:03:41 cg Exp $'
 ! !