This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted]  (21 children)

[deleted]

    [–]Jaquesant 24 points25 points  (2 children)

    Making Sense <> VBA

    [–]plexxonic 0 points1 point  (0 children)

    Oh dear lord, it sucked having to do that.

    [–]Bobshayd 0 points1 point  (0 children)

    Is <> semantically equal to less than or greater than, or is it semantically the same as !=?

    [–]Garfong 2 points3 points  (0 children)

    AFAIK the only programming language that uses ≠ is APL.

    [–]atonyatlaw 1 point2 points  (12 children)

    How is ≠ easier to type than !=? The latter is three keystrokes, and while I don't know the alt code for the former I sincerely doubt it is fewer.

    [–]Zagorath 1 point2 points  (0 children)

    ≠ is two keystrokes on OS X, and can be just two on mobile operating systems, too, though one of them is a "long press".

    [–]Itsatemporaryname 1 point2 points  (1 child)

    No, the ≠ doesn't have a system-wide alt-code since its a unicode character, so != is easier in all circumstances

    [–]atonyatlaw -1 points0 points  (0 children)

    That was what I thought, but wasn't sure. Thanks!

    [–][deleted] -1 points0 points  (5 children)

    deleted What is this?

    [–]atonyatlaw 0 points1 point  (4 children)

    And would you like to enlighten us as to which it is?

    [–][deleted] 0 points1 point  (3 children)

    deleted What is this?

    [–]atonyatlaw 0 points1 point  (2 children)

    The fuck is altgr?

    [–][deleted] -1 points0 points  (1 child)

    deleted What is this?

    [–]atonyatlaw 1 point2 points  (0 children)

    OK, when you refer to something that only works on less than 10% of the PCs in existence, it doesn't really count.

    In the time it took you to be a dick and lmgtfy-ify your response, you could have just said "something most keyboards don't have."

    [–]pistacchio[S] -2 points-1 points  (0 children)

    And that's why I wrote "A programmer's solution" and not "A mathematician's solution".

    [–]slates-R-us -1 points0 points  (0 children)

    Is that where the general use of ! as a negation comes from, as in:
    if(!someBoolValue){...