# HG changeset patch # User Claus Gittinger # Date 1481288243 -3600 # Node ID 431c0e8f2dd8ca6b60d99267c04e31d7f1891cc9 # Parent a75ae33b406f7aa2398f12517ef494168d1b95c6 #DOCUMENTATION by cg class: Block comment/format in: #numArgs diff -r a75ae33b406f -r 431c0e8f2dd8 Block.st --- a/Block.st Fri Dec 09 13:51:07 2016 +0100 +++ b/Block.st Fri Dec 09 13:57:23 2016 +0100 @@ -1,5 +1,3 @@ -"{ Encoding: utf8 }" - " COPYRIGHT (c) 1989 by Claus Gittinger All Rights Reserved @@ -711,7 +709,6 @@ ! ! - !Block methodsFor:'accessing'! home @@ -762,7 +759,7 @@ numArgs "return the number of arguments I expect for evaluation. - Please use argumentCount, which is ANSI" + Please use argumentCount for ANSI compatibility" "/ @@ -906,7 +903,7 @@ micros < 1000 ifTrue:[ "/ too stupid: many fonts do not have a mu, "/ so I output it as us here. - Transcript show:micros; show:' µs'. + Transcript show:micros; show:' µs'. ] ifFalse:[ micros < 100000 ifTrue:[ millis := (micros / 1000.0) asFixedPointRoundedToScale:2.