ReadEvalPrintLoop.st
changeset 22742 4ca48fa9c122
parent 22741 21d4356fc5a8
child 22743 43cc0113e23a
--- a/ReadEvalPrintLoop.st	Sun May 06 18:20:16 2018 +0200
+++ b/ReadEvalPrintLoop.st	Sun May 06 18:21:44 2018 +0200
@@ -511,7 +511,7 @@
     self errorStream
         nextPutAll:
 'Everything entered up to an empty line or a line ending in "." is called a "chunk" and evaluated.
-Lines starting with "#" are commands to the read-eval-print interpreter.
+Lines starting with "#" (in the first column) are commands to the read-eval-print interpreter.
 
 Valid commands are:
     #help ............... this text