On Thu, 02 Jan 2020, ToddAndMargo via perl6-users wrote:
> Hi All,
> 
>      β€œHe who asks is a fool for five minutes, but he who
>      does not ask remains a fool forever.”
>      ― Mark Twain
> 
> This would be my five minutes.  I will live.
> 
> How do I do a 32 bit unsigned integer (cardinal)?  I
> have a situation where I need to be able to have the
> first bit be a one and not have Raku think it is
> a negative number.
> 

It's called uint32: 
https://docs.perl6.org/language/nativetypes#index-entry-uint32

-- 
"There's an old saying: Don't change anything... ever!" -- Mr. Monk

Reply via email to