[perl #56944] [BUG] integer arithmtics should result in integers

2008-08-08 Thread [EMAIL PROTECTED] via RT
On Tue Jul 15 04:12:36 2008, [EMAIL PROTECTED] wrote: > Rakudo r29470: > $ ../../parrot perl6.pbc -e 'say (1+1).WHAT' > Num > $ ../../parrot perl6.pbc -e 'say (1*1).WHAT' > Num > $ ../../parrot perl6.pbc -e 'say (1**1).WHAT' > Num > > All of these should print Int instead. > And they do as of r30

[perl #56944] [BUG] integer arithmtics should result in integers

2008-07-15 Thread via RT
# New Ticket Created by Moritz Lenz # Please include the string: [perl #56944] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=56944 > Rakudo r29470: $ ../../parrot perl6.pbc -e 'say (1+1).WHAT' Num $ ../../parrot perl6.pbc