ReadEvalPrintLoop.st
changeset 16081 a61f3489d983
parent 15702 01c33c1f4990
child 16084 8fc6fc71a8cb
--- a/ReadEvalPrintLoop.st	Wed Feb 19 22:51:45 2014 +0100
+++ b/ReadEvalPrintLoop.st	Wed Feb 19 23:08:14 2014 +0100
@@ -38,6 +38,8 @@
 documentation
 "
     A simple read-eval-print loop for non-GUI or stscript operation.
+    Invoked, for example if stx is started with a --repl argument.
+.
     A line starting with '?' shows the usage message.
     Lines starting with '#' are directives:
         #exit   - exit the rep-loop
@@ -426,10 +428,10 @@
 !ReadEvalPrintLoop class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/ReadEvalPrintLoop.st,v 1.41 2013-08-25 16:53:12 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ReadEvalPrintLoop.st,v 1.42 2014-02-19 22:08:14 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/ReadEvalPrintLoop.st,v 1.41 2013-08-25 16:53:12 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ReadEvalPrintLoop.st,v 1.42 2014-02-19 22:08:14 cg Exp $'
 ! !