comment
authorClaus Gittinger <cg@exept.de>
Thu, 16 Mar 2006 09:24:02 +0100
changeset 1721 70a996f7b6b7
parent 1720 2b5cee213f78
child 1722 fc1fcce91650
comment
ParserFlags.st
--- a/ParserFlags.st	Tue Mar 14 18:19:15 2006 +0100
+++ b/ParserFlags.st	Thu Mar 16 09:24:02 2006 +0100
@@ -404,6 +404,10 @@
     "experimental"
 
     ^ AllowFunctionCallSyntaxForBlockEvaluation
+
+    "
+     AllowFunctionCallSyntaxForBlockEvaluation := true
+    "
 !
 
 allowFunctionCallSyntaxForBlockEvaluation:aBoolean
@@ -1554,7 +1558,7 @@
 !ParserFlags class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libcomp/ParserFlags.st,v 1.24 2006-03-13 15:51:54 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/ParserFlags.st,v 1.25 2006-03-16 08:24:02 cg Exp $'
 ! !
 
 ParserFlags initialize!