Accumulator factory: Difference between revisions

m
Line 2,161:
Number = object
case kind: NumberKind
of kInt: ival: int
of kFloat: fvalival: floatint
of kFloat:
fval: float
 
# The converters allow transparent conversion from int or float to Number.
Anonymous user