#DOCUMENTATION by exept
authorClaus Gittinger <cg@exept.de>
Sun, 08 Sep 2019 16:06:07 +0200
changeset 24759 f491475a3e6f
parent 24758 7d52dfd3997d
child 24760 38370fbda844
#DOCUMENTATION by exept class: Block changed: #numArgs
Block.st
--- a/Block.st	Sun Sep 08 16:05:52 2019 +0200
+++ b/Block.st	Sun Sep 08 16:06:07 2019 +0200
@@ -721,6 +721,8 @@
 !
 
 numArgs
+    <resource: #obsolete>  "/ but left in for a while, for performance
+
     "return the number of arguments I expect for evaluation.
      Please use argumentCount for ANSI compatibility"