#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Fri, 09 Dec 2016 13:52:19 +0100
changeset 4072 ffe8aedc700b
parent 4071 7afef5878f90
child 4073 380acc8c834c
#DOCUMENTATION by cg class: BreakpointNode comment/format in: #numArgs
BreakpointNode.st
--- a/BreakpointNode.st	Fri Dec 09 13:38:42 2016 +0100
+++ b/BreakpointNode.st	Fri Dec 09 13:52:19 2016 +0100
@@ -154,7 +154,8 @@
 !
 
 numArgs
-    "must forward - otherwise checkCondition won't work"
+    "must forward - otherwise checkCondition won't work.
+     Please use argumentCount, which is ANSI"
 
     ^ expression numArgs
 !