Feb. 11, 2022
11:20 a.m.
I'm sorry for the inaccuracy, and thank you for the corrections! On Fri, 11 Feb 2022 at 01:56, Chris Angelico <rosuav@gmail.com> wrote:
On Fri, 11 Feb 2022 at 00:33, Matsuoka Takuo <motogeomtop@gmail.com> wrote:
......
But the crucial thing is to figure out the syntax. Without good syntax, this is not of interest.
I'm personally inclined towards marking the assignment target in some way, since that would extrapolate conveniently to all other assignment types (eg "for match {MATCH_EXPR} in iterable:"), but I don't like the specific placeholder example I've used here.
Having special notation for the assignment target sounds like a good way to me. Best regards, Takuo Matsuoka