*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Tue, 19 Apr 2005 15:55:42 +0200
changeset 1583 031fae13e533
parent 1582 701f40070c8a
child 1584 0df14b652d03
*** empty log message ***
Scanner.st
--- a/Scanner.st	Tue Apr 19 15:25:02 2005 +0200
+++ b/Scanner.st	Tue Apr 19 15:55:42 2005 +0200
@@ -2769,6 +2769,10 @@
 
 asString
     ^ commentString.
+!
+
+asStringCollection
+    ^ commentString asStringCollection.
 ! !
 
 !Scanner::DoNotShowCompilerWarningAgainActionQuery class methodsFor:'queries'!
@@ -2780,7 +2784,7 @@
 !Scanner class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libcomp/Scanner.st,v 1.196 2005-04-19 13:25:02 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/Scanner.st,v 1.197 2005-04-19 13:55:42 cg Exp $'
 ! !
 
 Scanner initialize!