On 9/26/18 6:06 PM, The Sidhekin wrote:
On Thu, Sep 27, 2018 at 3:03 AM ToddAndMargo <toddandma...@zoho.com
<mailto:toddandma...@zoho.com>> wrote:
On 9/26/18 5:55 PM, Curt Tilmes wrote:
> You are calling [] on the thing that the methods return.
Yes, I know. And it is human readable too. It is one of the
many reasons I adore Perl 6.
Where in
multi method words(Str:D $input: $limit = Inf --> Positional)
does it state that "words" will do that?
"words" doesn't do that. Read it again: "You are calling []".
"You". Not "words".
Hi Eirik
Curt explained it. All methods that respond with --> Positional
will accept []
Light bulb moment.
Thank you for the help!
-T