Does any language use "=/=" for denoting the not-equal operator

Posted by Mustafa on Stack Overflow See other posts from Stack Overflow or by Mustafa
Published on 2010-06-17T14:16:44Z Indexed on 2010/06/17 14:23 UTC
Read the original article Hit count: 126

  1. Does any programming language use =/= for not-equal?
  2. Are there any lexical difficulties for scanners to recognize such an operator? Or was it the case historically?

[Note: this is NOT a homework question. I'm just curious.]

© Stack Overflow or respective owner

Related posts about programming-languages

Related posts about operators