On Sun, Mar 03, 2019 at 03:46:24PM +0100, francismb <[email protected]> wrote:
> Hi,
> the idea here is just to add the __larrow__ and __rarrow__ operators for
> <- and ->.
You cannot create operator ``<-`` because it's currently valid
syntax:
3 <- 2
is equivalent to
3 < -2
> Regards,
> --francis
Oleg.
--
Oleg Broytman https://phdru.name/ [email protected]
Programmers don't die, they just GOSUB without RETURN.
_______________________________________________
Python-ideas mailing list
[email protected]
https://mail.python.org/mailman/listinfo/python-ideas
Code of Conduct: http://python.org/psf/codeofconduct/