karlvonl wrote:
> If I ever design my own programming language, I'm going to use := for
> assignment and == for equality, and let a single = be a syntax error,
> just to avoid the whole confusion.

I used <- in a language I designed once.