Front page | perl.perl6.users |
Postings from January 2020
Re: stolen uint's
Thread Previous
|
Thread Next
From:
ToddAndMargo via perl6-users
Date:
January 29, 2020 01:59
Subject:
Re: stolen uint's
Message ID:
d10f5457-d111-458e-116e-c3d9f5f85537@zoho.com
> Ah.... You got ‘int’—lowercase ‘int’, not uppercase ‘Int’?? I didn’t see
> that example and I can’t find it scrolling back. Would you repost it,
> please? That would change things (and possibly indicate a bug).
> my uint $u= 0xFF44; say $u.^name
Int
It was upper case Int. Again, wrong answer. It should
have been "UInt"
Thread Previous
|
Thread Next