ReadEvalPrintLoop.st
changeset 20949 14f5982c2aee
parent 20938 9532ecca5967
child 21024 8734987eb5c7
child 21934 2ceafc60e0cc
--- a/ReadEvalPrintLoop.st	Wed Nov 09 00:35:46 2016 +0100
+++ b/ReadEvalPrintLoop.st	Wed Nov 09 00:39:21 2016 +0100
@@ -827,7 +827,9 @@
                                         evaluate:chunk compile:true.
                         ].
                         doPrint ifTrue:[
-                            value printOn:output. output cr.
+                            value isVoid ifFalse:[
+                                value printOn:output. output cr.
+                            ].
                         ].
 
                         timingFlag == true ifTrue:[