Marek "Baczek" BaczyƱski wrote: > I suggest <- as an assignment operator instead of := - it's used in > OCaml and it looks *very* different, yet still makes sense.
Except it's currently valid Python syntax:
>>> x = 0
>>> x <- 42
False
>>>
Just
_______________________________________________
Python-Dev mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe:
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
