operators !=

Samuel Gaist samuel.gaist at edeltech.ch
Sun Aug 24 19:04:05 UTC 2014


Hi,

There's something I'm currently not understanding about the != operator.
From the doc:
    val x != 3; // new variable x now equals 3
    x != 3; // x is 3 (from above): success

That doesn't sound logic to me but I may be missing some background knowledge. Can somebody enlighten me ?




More information about the Funq-devel mailing list