class: ReadEvalPrintLoop
authorClaus Gittinger <cg@exept.de>
Sat, 22 Feb 2014 21:18:36 +0100
changeset 16118 4c4d8b9222bc
parent 16117 7e9866747b7e
child 16119 0569af2e9e55
class: ReadEvalPrintLoop changed: #basicReadEvalPrintLoopWithInput:output:error:compiler:prompt:print:
ReadEvalPrintLoop.st
--- a/ReadEvalPrintLoop.st	Sat Feb 22 21:17:08 2014 +0100
+++ b/ReadEvalPrintLoop.st	Sat Feb 22 21:18:36 2014 +0100
@@ -419,6 +419,7 @@
         ].
 
         input atEnd ifTrue:[
+            error cr.
             ^ self.
         ].
 
@@ -564,10 +565,10 @@
 !ReadEvalPrintLoop class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/ReadEvalPrintLoop.st,v 1.47 2014-02-22 17:24:09 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ReadEvalPrintLoop.st,v 1.48 2014-02-22 20:18:36 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/ReadEvalPrintLoop.st,v 1.47 2014-02-22 17:24:09 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ReadEvalPrintLoop.st,v 1.48 2014-02-22 20:18:36 cg Exp $'
 ! !