#FEATURE by cg
authorClaus Gittinger <cg@exept.de>
Tue, 08 May 2018 11:32:36 +0200
changeset 22793 d825d0de0d94
parent 22792 642855917cc2
child 22794 eda5d0a964e5
#FEATURE by cg class: Smalltalk class changed: #readEvalPrintLoop
Smalltalk.st
--- a/Smalltalk.st	Tue May 08 11:30:21 2018 +0200
+++ b/Smalltalk.st	Tue May 08 11:32:36 2018 +0200
@@ -4245,7 +4245,8 @@
         Transcript showCR:(self hello).
         Transcript showCR:(self copyrightString).
         Transcript cr.
-        Transcript showCR:'Read-eval-print loop; exit with "#exit"; help with "?"'.
+        Transcript showCR:'Read-eval-print loop.'.
+        Transcript showCR:'(exit with "#exit" or EOF; help with "?"; expressions are terminated with ".")'.
         repl prompt:'STX> '.
     ].