Comment by meiraleal

Comment by meiraleal 10 months ago

2 replies

> If the colon character were the universal assignment character the language wouldn’t need == or === for comparison because = would be enough.

You would need to break a few basic JS premises too:

  0 = false
  0 != false