aNumber.do(
aFunction(
number)
)
;
aFunction
to be execute aNumber times. The interpreter still provdies two arguments to aFunction
, but they are the same: it is the integers from zero to one less than aNumber. You might also think of it as the number of times that aFunction
has been executed prior to this particular execution.