On Sat, May 6, 2023 at 7:41â¯AM Branislav ZahradnÃk <happy.barney@gmail.com> wrote: > A quick note on that part - the newly-added `method` keyword doesn't >> allow you to rename the invocant variable at all. You just get `$self`, >> so there's no such syntax ambiguity here to worry about. >> > > If ever supported, it should be part of `class` syntax and not method > Every method of same class should use same name for `$self` > That's how it is implemented. method is part of the class/Corinna syntax and the invocant name is always $self. I'm very happy to see that pain point go away. Best, OvidThread Previous | Thread Next