On 11/14/2010 03:46 AM, Mason Kramer wrote:
> I understand everything you've written except the following:
>
> On Nov 13, 2010, at 12:09 PM, Jonathan Worthington wrote:
>
>> Hi,
>> ...
>>
>> my Int @x;
>>
>> Where we get an array of scalar containers, each of which is only allowed to
>> conta
On Sun, Nov 14, 2010 at 2:54 AM, Moritz Lenz wrote:
> On IRC, Jonathan said that 1 is basically an Int, which is something
> like a boxed int. So whatever operation works removes the box, and puts
> the result in the variable.
>
> However I wonder how well that's going to work, since Int can store
# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #79192]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=79192 >
rakudo: say (*.&say).WHAT
rakudo 015d77: OUTPUT«Whatever()<0x8319460>Bool()»
should