The code examples from this ticket work now: $ perl6-j -e 'say <0x01/0x02>' 0.5
$ perl6-j -e 'say <0b01/0b10>' 0.5 There are passing tests in S02-literals/numeric.t I'm closing this ticket as 'resolved'.
Christian Bartolomaeus via RT Wed, 14 Oct 2015 13:32:26 -0700
The code examples from this ticket work now: $ perl6-j -e 'say <0x01/0x02>' 0.5
$ perl6-j -e 'say <0b01/0b10>' 0.5 There are passing tests in S02-literals/numeric.t I'm closing this ticket as 'resolved'.