| |||||||||
| Punctuation marks |
|---|
|
apostrophe (' ) |
|
ampersand ( & ) |
A semicolon ( ; ) is a punctuation mark.
The semicolon was invented by an Italian (1450-1515) printer named Aldus Manutius the elder. He used it to separate words opposed in meaning and to mark off interdependent statements.
The earliest general use of the semicolon was in 1591. Shakespeare's sonnets have semicolons; Ben Jonson was the first notable English writer to systematically use the semicolon.
In English, the semicolon has two main uses:
In computer programming, the semicolon corresponds to Unicode and ASCII character 59, or 0x003B. In many procedural programming languages it is used to separate instructions (such as in Pascal) or terminate them (as in Ada, C, and C++). In some assembly languages and many other types of code, a line beginning with a semicolon is usually a comment.