class: BooleanBlockValue
authorClaus Gittinger <cg@exept.de>
Sat, 27 Jul 2013 10:09:59 +0200
changeset 3201 e66ca008e06e
parent 3200 009ddfb1e69a
child 3202 77a9af3ab997
class: BooleanBlockValue comment/format in: #|
BooleanBlockValue.st
--- a/BooleanBlockValue.st	Tue Jul 23 19:53:23 2013 +0200
+++ b/BooleanBlockValue.st	Sat Jul 27 10:09:59 2013 +0200
@@ -74,7 +74,7 @@
 !
 
 | anotherBooleanValueHolder
-    "return another valueHolder, which returns the logical and of myself and another valueHolder"
+    "return another valueHolder, which returns the logical or of myself and another valueHolder"
 
     ^ BooleanBlockValue 
         forLogical:self or:anotherBooleanValueHolder
@@ -91,14 +91,17 @@
      b1 value:true.
      o value.     
     "
+
+    "Modified (comment): / 27-07-2013 / 09:54:54 / cg"
 ! !
 
 !BooleanBlockValue class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/BooleanBlockValue.st,v 1.3 2009-09-29 19:32:28 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/BooleanBlockValue.st,v 1.4 2013-07-27 08:09:59 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview2/BooleanBlockValue.st,v 1.3 2009-09-29 19:32:28 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/BooleanBlockValue.st,v 1.4 2013-07-27 08:09:59 cg Exp $'
 ! !
+