*** empty log message ***
authorStefan Vogel <sv@exept.de>
Sat, 30 Oct 2004 16:34:04 +0200
changeset 8625 0e0637c66519
parent 8624 fe075842173a
child 8626 ae1fcb227a45
*** empty log message ***
Array.st
--- a/Array.st	Tue Oct 26 12:07:40 2004 +0200
+++ b/Array.st	Sat Oct 30 16:34:04 2004 +0200
@@ -1736,6 +1736,11 @@
 %}
 !
 
+fooBar
+
+    ^ 'hello world 2'
+!
+
 refersToLiteral:aLiteral
     "return true if the receiver or recursively any array element in the
      receiver referes to aLiteral (i.e. a deep search)"
@@ -2493,5 +2498,5 @@
 !Array class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Array.st,v 1.135 2004-09-29 11:30:37 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Array.st,v 1.136 2004-10-30 14:34:04 stefan Exp $'
 ! !