NQPMu ??

2020-01-09 Thread ToddAndMargo via perl6-users
Hi All, What am I doing wrong here? Many thanks, -T $ raku To exit type 'exit' or '^D' > my uint32 $c; 0 > $c = 0xFFAA; Cannot find method 'qast' on object of type NQPMu > $c = 2; Cannot find method 'qast' on object of type NQPMu -- ~~~

Re: NQPMu ??

2020-01-09 Thread ToddAndMargo via perl6-users
On 2020-01-09 10:11, ToddAndMargo via perl6-users wrote: Hi All, What am I doing wrong here? Many thanks, -T $ raku To exit type 'exit' or '^D' > my uint32 $c; 0 > $c = 0xFFAA; Cannot find method 'qast' on object of type NQPMu > $c = 2; Cannot fin

Re: NQPMu ??

2020-01-09 Thread Timo Paulssen
>> What am I doing wrong here? >> >> Many thanks, >> -T >> >> >> $ raku >> To exit type 'exit' or '^D' >>  > my uint32 $c; >> 0 >> >>  > $c = 0xFFAA; >> Cannot find method 'qast' on objec

Re: NQPMu ??

2020-01-09 Thread Todd Chester via perl6-users
d 'qast' on object of type NQPMu  > $c = 2; Cannot find method 'qast' on object of type NQPMu $ p6 'my uint32 $c; $c = 0xFFAA; say $c.base(16);' FFAA Hmmm ... Bug in REPL? On 2020-01-09 10:22, Timo Paulssen wrote: > Yes, native integers/nums don&