Re: Pair colon-chains

2019-01-02 Thread yary
Copied to https://github.com/perl6/roast/issues/507 -y On Tue, Dec 25, 2018 at 4:09 AM JJ Merelo wrote: > Probably not. Can you please raise an issue in perl6/doc? The first one > seems specially inconsistent... > We'll have to check also if it's REPL only or it extends somewhere else... > > El

Re: Pair colon-chains

2018-12-25 Thread JJ Merelo
Probably not. Can you please raise an issue in perl6/doc? The first one seems specially inconsistent... We'll have to check also if it's REPL only or it extends somewhere else... El mar., 25 dic. 2018 a las 1:23, yary () escribió: > https://docs.perl6.org/type/Pair says "Colon pairs can be chaine

Pair colon-chains

2018-12-24 Thread yary
https://docs.perl6.org/type/Pair says "Colon pairs can be chained without a comma to create a List of Pairs. Depending on context you may have to be explicit when assigning colon lists." - and follows with examples, which led me to experiments, that raise more questions. I would think all 5 of thes