Re: What does `:_` and/or `:_:` signify?

2023-09-26 Thread Polgár Márton
z) Galaxy eszközömről küldve Eredeti üzenet Feladó: William Michels Dátum: 2023. 09. 25. 7:15 (GMT+01:00) Címzett: perl6-users Tárgy: What does `:_` and/or `:_:` signify? Hello, While playing around in an attempt to define new operators, I stumbled upon some curious results. In the R

Re: What does `:_` and/or `:_:` signify?

2023-09-26 Thread William Michels via perl6-users
> > A(z) Galaxy eszközömről küldve > > > > Eredeti üzenet > Feladó: William Michels > Dátum: 2023. 09. 25. 7:15 (GMT+01:00) > Címzett: perl6-users > Tárgy: What does `:_` and/or `:_:` signify? > > Hello, > > While playing aroun

RE: What does `:_` and/or `:_:` signify?

2023-09-25 Thread Polgár Márton
oblem-solving/issues/384 so, ultimately, it was (:_).say, a normal say method call on a Pair. Cheers A(z) Galaxy eszközömről küldve Eredeti üzenet Feladó: William Michels Dátum: 2023. 09. 25. 7:15 (GMT+01:00) Címzett: perl6-users Tárgy: What does `:_` and/or `:_:` signify?

What does `:_` and/or `:_:` signify?

2023-09-24 Thread William Michels via perl6-users
Hello, While playing around in an attempt to define new operators, I stumbled upon some curious results. In the REPL, trying `say :_` returns a blank line. In the REPL, trying `say :_:` returns `_ => True`. What is the meaning of this? admin@mbp ~ % raku Welcome to Rakudo™ v2023.05.