Semicolon
A semicolon ( ; ') is a kind of Punctuation mark. HistoryThe origin of the semicolon is traced back to the Italian printer 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 in English was in 1591. Shakespeare's sonnets have semicolons, and Ben Jonson was the first notable English writer to systematically use them. Language usageIn English, the semicolon has two main purposes:
There are several rules that govern semicolon placement:
A semicolon can be used to separate independent clauses that are joined by coordinating conjunctions when the clauses have internal commas that might lead to misreading: "After the game, I won a red beanie baby, four edible ingots, and a certificate of excellence; but when the storm came, I lost it all in a torrent of sleet, snow, and profanity." Semicolons are always placed after closing quotation marks and are never followed by an uppercase letter, unless that letter begins a proper noun. In Greek, a semicolon indicates a question, similar to a Latin Question mark. Examples
Quote"If you really want to hurt your parents, and you don’t have the nerve to be a homosexual, the least you can do is go into the arts. But do not use semicolons. They are transvestite hermaphrodites, standing for absolutely nothing. All they do is show you’ve been to college." - Kurt Vonnegut Computing usageIn Computer programming, the semicolon is often used in imperative programming languages to separate instructions (for example, Pascal and JavaScript). In other procedural programming languages it may terminate instructions (as in Ada, Java, C, and C++). Other languages, for example some assembly languages, may use semicolons to mark the beginning of comments.In computer systems, the semicolon is represented by Unicode and ASCII character 59, or 0x003B. |
This page is based on the Wikipedia article ''Semicolon''. It is licensed under the GNU free documentation license.