Exclamation mark
From Conservapedia
This is an old revision of this page, as edited by Philip J. Rayment (Talk | contribs) at 02:23, February 25, 2008. It may differ significantly from current revision.
An Exclamation mark (!) is used at the end of a sentence to express surprise, disgust, admiration, etc., or to add emphasis to a command.
In C and similar computer programming languages, it is used to represent "logical not" and in a pair with an equals sign (=) to represent not equal to, e.g. if (a != b) means if a is not equal to b.[1]