
July 21, 2017
5:13 p.m.
On 21/07/17 18:07, Jason H wrote:
There are basically two assignment operators, based on context, = and : a = 1 { a: 1 }
No there aren't. The colon isn't assigning at all, it's separating a key from a corresponding value. The object referenced by 'a' is unchanged by being part of a dictionary literal. From that point on your whole argument falls apart. -- Rhodri James *-* Kynesim Ltd