A mark of punctuation (;) used to connect independent clauses and indicating a closer relationship between the clauses than a period does.
Dictionary:
sem·i·co·lon (sĕm'ĭ-kō'lən) ![]() |
A mark of punctuation (;) used to connect independent clauses and indicating a closer relationship between the clauses than a period does.
| Computer Desktop Encyclopedia: semicolon |
In programming, the semicolon (;) is often used to separate various elements of an expression. For example, in the C statement for (x=0; x<10; x++) the semicolons separate the starting value, number of iterations and increment).
Download Computer Desktop Encyclopedia to your iPhone/iTouch
| Grammar Dictionary: semicolon |
A punctuation mark (;) used to join two independent clauses in a sentence. The semicolon shows that the ideas in the two clauses are related: “Jack really didn't mind being left without a car; he had the house to himself.”
| Word Tutor: semicolon |
He thought the sentence needed a semicolon.
| Wikipedia: Semicolon |
A semicolon ( ; ) is a conventional punctuation mark with several uses, mainly for pauses in sentences and breaks in lists. 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.
Contents |
Semicolons are followed by a lower case letter, unless that letter begins a proper noun. They have no spaces before them, but one or two spaces after. Applications of the semicolon in English include:
Semicolon in Arabic is called Fāṣila Manqūṭa (Arabic: فاصلة منقوطة) which means literally "a dotted comma", and is written inverted ( ؛ ). In Arabic, the semicolon has several uses:
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:
In computer programming, the semicolon is often used to separate multiple statements (for example, in Pascal and SQL). In other languages, semicolons are required after every statement (such as in Perl, Java, and the C family). Other languages (for instance, some assembly languages and LISP dialects) use semicolons to mark the beginning of comments.
Example C++ code:
int main(void)
{
int x, y;
x = 1;
y = 2;
std::cout << x << std::endl;
return 0;
}
In computer systems, the semicolon is represented by Unicode and ASCII character 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.
The semicolon is commonly used as parts of emoticons, in order to indicate winking.
In Microsoft Excel, the semicolon is used as a list separator, especially in cases where the decimal separator is a comma, such as 0,32; 3,14; 4,50, instead of 0.32, 3.14, 4.50.
In MATLAB, the semicolon can be used as a row separator when defining a vector or matrix (whereas a comma separates the columns within a row of a vector or matrix) or to execute a command silently, without displaying the resulting output value in the console.
In HTML, a semicolon is used to terminate a numeric character reference.
In the argument list of a mathematical function
, a semicolon may be used to separate variables and parameters.
In differential geometry, a semicolon preceding an index is used to indicate the covariant derivative of a function with respect to the coordinate associated with that index.
This entry is from Wikipedia, the leading user-contributed encyclopedia. It may not have been reviewed by professional editors (see full disclaimer)
| Translations: Semicolon |
Français (French)
n. - point-virgule
Deutsch (German)
n. - Semikolon
Ελληνική (Greek)
n. - (γραμμ.) άνω τελεία (;)
Italiano (Italian)
punto e virgola
Português (Portuguese)
n. - ponto e vírgula (m)
Русский (Russian)
точка с запятой
Español (Spanish)
n. - punto y coma
Svenska (Swedish)
n. - semikolon
中文(简体)(Chinese (Simplified))
分号
中文(繁體)(Chinese (Traditional))
n. - 分號
العربيه (Arabic)
(الاسم) ألشوله ألمنقوطه (في ألكتابه وألطباعه)
עברית (Hebrew)
n. - נקודה ופסיק
If you are unable to view some languages clearly, click here.
To select your translation preferences click here.
| Best of the Web: semicolon |
Some good "semicolon" pages on the web:
American Sign Language commtechlab.msu.edu |
Math mathworld.wolfram.com |
| XL Enter date/time (technology) | |
| fused sentence | |
| prepend (computer jargon) |
Copyrights:
![]() | Dictionary. The American Heritage® Dictionary of the English Language, Fourth Edition Copyright © 2007, 2000 by Houghton Mifflin Company. Updated in 2007. Published by Houghton Mifflin Company. All rights reserved. Read more | |
![]() | Computer Desktop Encyclopedia. THIS COPYRIGHTED DEFINITION IS FOR PERSONAL USE ONLY. All other reproduction is strictly prohibited without permission from the publisher. © 1981-2009 Computer Language Company Inc. All rights reserved. Read more | |
![]() | Grammar Dictionary. The New Dictionary of Cultural Literacy, Third Edition Edited by E.D. Hirsch, Jr., Joseph F. Kett, and James Trefil. Copyright © 2002 by Houghton Mifflin Company. Published by Houghton Mifflin. All rights reserved. Read more | |
![]() | Word Tutor. Copyright © 2004-present by eSpindle Learning, a 501(c) nonprofit organization. All rights reserved. eSpindle provides personalized spelling and vocabulary tutoring online; free trial. Read more | |
![]() | Wikipedia. This article is licensed under the GNU Free Documentation License. It uses material from the Wikipedia article "Semicolon". Read more | |
![]() | Translations. Copyright © 2007, WizCom Technologies Ltd. All rights reserved. Read more |
Mentioned in