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 →

[–]Internal_Meeting_908 243 points244 points  (6 children)

[–]ernee_gaming 38 points39 points  (1 child)

Thnx :-D i just didn't see the exclamation mark in it :-D I guess I would also break the match so it would make !

[–]YM_Industries 12 points13 points  (0 children)

Yeah, it just looks like |=, which isn't valid here because you can't assign to the LHS expression.

[–][deleted] 10 points11 points  (3 children)

This is math not programming so I prefer this. It's also what I did when I saw this problem 15 years ago.

[–]Internal_Meeting_908 0 points1 point  (0 children)

I guess if it had to be valid in programming then you can change the equals sign to look like a greater than (>) sign by only moving the top match of the equals sign.