A semicolon ( ; ) is a conventional punctuation mark with several usages. The Italian printer Aldus Manutius the Elder established the practice of using the semicolon mark to separate words of opposed meaning, and to indicate interdependent statements. 1 The earliest, general use of the semicolon in English was in 1591; Ben Jonson was the first notable English writer to use them systematically. The modern uses of the semicolon are discussed below, and relate either to the listing of items, or to the linking of related clauses.
between closely related independent clauses not conjoined with a co-ordinating conjunction: "I went to the swimming pool; I was told it was closed for routine barnacle husking."
between independent clauses linked with a transitional phrase or a conjunctive adverb: "I like to eat cows; however, they don't like to be eaten by me."
between items in a series containing internal punctuation: "There are several Waffle Houses in Atlanta, Georgia; Greenville, South Carolina; Gainesville, Florida; and Mobile, Alabama."
to separate independent clauses conjoined with coordinating conjunctions, when the clauses have internal commas that might be misread: "After the game, I won a red and blue pinwheel, four hundred thousand edible ingots, a dozen frozen roses, and a certificate of excellence; but when the storm came, I lost it all in a torrent of sleet, snow, and profanity."
Semicolons are followed by a lower case letter, unless that letter begins a proper noun. In documents, semicolons have no spaces before, but one or two spaces after.
Examples
I am not alone; my wife came back to me.
"Is a man not entitled to the sweat of his brow? No says the man in Washington; it belongs to the poor. No says the man in The Vatican; it belongs to God. No says the man in Moscow; it belongs to everyone." - Andrew Ryan, BioShock
I traveled to Cambridge, England; Tijuana, Mexico; and Paris, France.
Braden scored 70 points; Marcia, 60; and Sam, 40.
In the third example, and the second semicolon in the third sentence, the semicolons function as serial commas.
Other languages
Arabic
Semicolon in Arabic is called Fasla Manqouta ( Arabic:فاصلة منقوطة) which means literally "a dotted comma'". In Arabic, the semicolon has several uses:
It could be used between two phrases, in which the first phrase causes the second.
Example: "He played much; so, his clothes became dirty". (Arabic لقد لعب كثيراً; فاتسخت ملابسه.)"
It could be used in two phrases, where the second is a reason in the first.
Example: "Your sister did not get high marks; because she didn't study sincerely". (Arabic لم تحقق أختك درجات عالية;"لأنها لم تتأنَ في دراستها.)
Greek and Church Slavonic
In Greek and Church Slavonic, a semicolon indicates a question, similar to a Latin question mark. To indicate a long pause or separate sections, each with commas (the semicolon's purpose in English), Greek uses an interpunct ( · ) and an ano teleia ( · ).
Example:
Με συγχωρείτε· πού είναι οι τουαλέτες; (Excuse me; where are the toilets?)
Computing usage
In computer programming, the semicolon is often used to separate multiple statements (for example, Pascal, SQL and Perl). In other languages, semicolons are required after every statement (such as in PHP, Java, ActionScript (optional in ActionScript 3), Lingo Script and the C family). Other languages (for instance, some assembly languages and LISP dialects) use semicolons to mark the beginning of comments. In computer systems, the semicolon is represented by Unicode and ASCIIcharacter 59 or 0x3B. The EBCDIC semicolon character is 94 or 0x5E.
The semicolon is often used to separate elements of a string of text. For example, multiple e-mail addresses in the "To" field in some e-mail clients have to be delimited by a semicolon.
In Microsoft Excel, the semicolon is used as a list separator, especially in cases where the decimal separator is a comma.