+correctableError:position:to:
authorClaus Gittinger <cg@exept.de>
Thu, 15 Mar 2007 22:32:44 +0100
changeset 10461 0b2935207fec
parent 10460 8495429eba05
child 10462 1db807a0f9e5
+correctableError:position:to:
ReadEvalPrintLoop.st
--- a/ReadEvalPrintLoop.st	Thu Mar 15 20:30:52 2007 +0100
+++ b/ReadEvalPrintLoop.st	Thu Mar 15 22:32:44 2007 +0100
@@ -33,6 +33,12 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
+!
+
+documentation
+"
+    A simple read-eval-print loop for non-GUI or stscript operation.
+"
 ! !
 
 !ReadEvalPrintLoop methodsFor:'accessing'!
@@ -218,6 +224,10 @@
 
 !ReadEvalPrintLoop methodsFor:'evaluation'!
 
+correctableError:message position:pos1 to:pos2
+    ^ false
+!
+
 readEvalPrintLoop
     "{ Pragma: +optSpace }"
 
@@ -314,5 +324,5 @@
 !ReadEvalPrintLoop class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/ReadEvalPrintLoop.st,v 1.18 2006-12-19 11:03:17 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ReadEvalPrintLoop.st,v 1.19 2007-03-15 21:32:44 cg Exp $'
 ! !