Jens Rieks <[EMAIL PROTECTED]> wrote:
> Hi,

>   new P0, .PerlNum
>   set P0, 0.0
>   print P0

> should IMO print "0.000000" rather than "0", because its a floating point
> number and not an integer.
> What are the arguments for printing "0"?

PerlNums evaluating to whole integers (except -0.0 now) are morphed to
PerlInts.

> jens

leo

Reply via email to