smalltalk.rc
changeset 201 428fa2aee65f
parent 197 0c288e422494
child 202 a1cae27e4641
--- a/smalltalk.rc	Sat Feb 01 19:58:34 1997 +0100
+++ b/smalltalk.rc	Thu Feb 13 11:08:06 1997 +0100
@@ -155,7 +155,11 @@
     ].
     '' errorPrintCR.
     'Textmode (enter smalltalk expressions terminated by single exclamation mark' errorPrintCR.
-    '          CTRL-D to leave line-by-line interpreter.)' errorPrintCR.
+    OperatingSystem isUNIXLike ifTrue:[
+        '          CTRL-D to leave line-by-line interpreter.)' errorPrintCR.
+    ] ifFalse:[
+        '          CTRL-Z to leave line-by-line interpreter.)' errorPrintCR.
+    ].
     Smalltalk readEvalPrint.
     Smalltalk exit
 ].