[Python-ideas] Re: Revise using the colon ( : )

2023-09-20 Thread Dom Grigonis
My bad, you have pointed to ambiguity accurately. Thanks for taking time to correct me. Regards, DG > On 20 Sep 2023, at 16:09, Celelibi wrote: > > 2023-09-12 7:10 UTC+02:00, Dom Grigonis : >> I don’t think your example depicts the ambiguity well. >> >> 1. is the correct parsing of the Origin

[Python-ideas] Re: Revise using the colon ( : )

2023-09-20 Thread Celelibi
2023-09-12 7:10 UTC+02:00, Dom Grigonis : > I don’t think your example depicts the ambiguity well. > > 1. is the correct parsing of the Original1, 2. is the correct parsing of > Original2 and 3. is not correct for either of those. > > Original1 >> while a < b (x := c) - 42 > Original2 >> while a <