ReadEvalPrintLoop.st
changeset 22742 4ca48fa9c122
parent 22741 21d4356fc5a8
child 22743 43cc0113e23a
equal deleted inserted replaced
22741:21d4356fc5a8 22742:4ca48fa9c122
   509 
   509 
   510 cmd_help:lineStream
   510 cmd_help:lineStream
   511     self errorStream
   511     self errorStream
   512         nextPutAll:
   512         nextPutAll:
   513 'Everything entered up to an empty line or a line ending in "." is called a "chunk" and evaluated.
   513 'Everything entered up to an empty line or a line ending in "." is called a "chunk" and evaluated.
   514 Lines starting with "#" are commands to the read-eval-print interpreter.
   514 Lines starting with "#" (in the first column) are commands to the read-eval-print interpreter.
   515 
   515 
   516 Valid commands are:
   516 Valid commands are:
   517     #help ............... this text
   517     #help ............... this text
   518     #exit ............... exit interpreter loop
   518     #exit ............... exit interpreter loop
   519     #use <package>....... use (load) a package
   519     #use <package>....... use (load) a package