Send #readEvalPrintLoop instead of #readEvalPrint (the latter is gone) expecco_18_1_0_6496 expecco_18_1_0_6496_v2
authormawalch
Mon, 19 Feb 2018 12:39:49 +0100
changeset 1533 4ac01d754eec
parent 1529 76cf0abf9dcb
child 1534 b6b6aed52de9
Send #readEvalPrintLoop instead of #readEvalPrint (the latter is gone)
smalltalk.rc
--- a/smalltalk.rc	Fri Nov 24 04:38:43 2017 +0000
+++ b/smalltalk.rc	Mon Feb 19 12:39:49 2018 +0100
@@ -267,7 +267,7 @@
 	    ] ifFalse:[
 		'          CTRL-Z to leave line-by-line interpreter.)' errorPrintCR.
 	    ].
-	    Smalltalk readEvalPrint.
+	    Smalltalk readEvalPrintLoop.
 	].
 	Smalltalk exit
     ].