MiniDebugger.st
changeset 10634 326da308bb46
parent 10633 9fbf5e89c891
child 11060 b6e5aa5d7887
--- a/MiniDebugger.st	Wed Jul 04 17:57:34 2007 +0200
+++ b/MiniDebugger.st	Wed Jul 04 17:59:27 2007 +0200
@@ -730,7 +730,7 @@
 
 interpreterLoopWith:anObject
     'read-eval-print loop; exit with "#exit"; help with "?"' printCR.
-    ((ReadEvalPrintLoop new doChunkFormat:false) prompt:'!!> ')readEvalPrintLoop.
+    ((ReadEvalPrintLoop new doChunkFormat:false) prompt:'> ')readEvalPrintLoop.
 
 "/    |line done rslt|
 "/
@@ -845,5 +845,5 @@
 !MiniDebugger class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/MiniDebugger.st,v 1.73 2007-07-04 15:57:34 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/MiniDebugger.st,v 1.74 2007-07-04 15:59:27 cg Exp $'
 ! !