On Tue, Jan 28, 2020 at 08:27 Trey Harris wrote:
> On Mon, Jan 27, 2020 at 23:57 ToddAndMargo via perl6-users <
> perl6-us...@perl.org> wrote:
>
>> Hi Al,
>>
>> Now what am I doing wrong?
>>
>> > my Int $u = 0xF8; say $u.Range;
>>
>> Invocant of method 'Range' must be a type object of
>> type 'I
On Mon, Jan 27, 2020 at 23:57 ToddAndMargo via perl6-users <
perl6-us...@perl.org> wrote:
> Hi Al,
>
> Now what am I doing wrong?
>
> > my Int $u = 0xF8; say $u.Range;
>
> Invocant of method 'Range' must be a type object of
> type 'Int', not an object instance of type 'Int'.
> Did you forget a 'm
Hi Al,
Now what am I doing wrong?
> my Int $u = 0xF8; say $u.Range;
Invocant of method 'Range' must be a type object of
type 'Int', not an object instance of type 'Int'.
Did you forget a 'multi'?
When is an Int not an Int?
Perplexed,
-T