What does =! mean?

  • Thread starter Pupik
  • 21 comments
  • 12,316 views
Yes - though I more commonly see it written !=

It's a can't-be-bothered-to-find-the-shortcut-for-≠-alternative.
 
Its also used as the (C-like) programming language equivalent to ≠, as I don't believe that sign would do anything in C++.
 
I usually just write: =\=

That looks weird though. How do I get the equal sign with the line through it without manually copy and pasting it from something else?
 
Figure out the ASCII or hex code for it, then hold down the [alt] key while typing that code in.
 
Yup. I have a few accented characters memorized, particularly from typing German.

ü = 0252
ö = 0246
ä = 0228
ß = 0223
é = 0233
 
Just to add something relevant (and maybe useful) to the discussion the degree symbol ° is 0248. It is handy at times.
 
Em-dash is the best—although youth_cycler will probably come in here and tell me that's actually an en-dash. And that I used it incorrectly.
 
I think you should have used a comma. My understanding is that an em-dash is used to insert a related comment within a sentence as an alternative to parenthesis. I've seen it used in books when the speaker gets interrupted, also.
 
On my keyboard it's shift )
°°°°°°°°°°°°°°°°°°°°°°°°°
 
Em-dash is the best—although youth_cycler will probably come in here and tell me that's actually an en-dash. And that I used it incorrectly.
How did I miss this?

Anyway, technically it’s okay to use an em-dash in the way that you used it – I just personally prefer to use the en-dash surrounded by spaces in that kind of situation (like I just did). The em-dash is a relic of the Victorian era of typography. (If you want to get really technical, em-dashes are supposed to be surrounded by what are called “hairline” spaces, but most browsers don’t support those.)

I think you should have used a comma. My understanding is that an em-dash is used to insert a related comment within a sentence as an alternative to parenthesis. I've seen it used in books when the speaker gets interrupted, also.
His use of a dash there is fine, because it can be used to indicate a jump in thought when one feels that a comma is too weak. “Weak” sounds like a funny way to put it, but punctuation is often dependent on how to you want to emphasize things – when you join two independent clauses, for example, you can usually use a semicolon, parentheses, or a dash, and your choice just depends on how “strong” and formal you want the separation to be.
 
I love the look of the em-dash. My favorite character.

As an aside, you should check out London. Helvetica out the ass on every sign, especially in museums.
 
Yes - though I more commonly see it written !=

It's a can't-be-bothered-to-find-the-shortcut-for-≠-alternative.

There's a shortcut for that? I always wrote it as =/= :ouch:
 
Isn't that supposed to be typed as " != " ??

that means "not equal" in programming..,
 
Back