Jump to content

Semicolon

From Simple English Wikipedia, the free encyclopedia
A semicolon

A semicolon is a punctuation mark. It looks like this: ;

Use in English

[change | change source]

In the standard English language, a semicolon has only two uses. First, to connect two independent clauses into a single sentence without using an extra word. The semicolon is only used if the two sentences have a link. For example: "I could tell that it was getting late; it was growing darker by the second." The second use of a semicolon is to separate items in a series when the items contain parenthetical elements within themselves. For example: "The following crewmembers were on the bridge: James T. Kirk, captain of the Enterprise; Mr. Spock, first science officer; Mr. Sulu, helmsman; Mr. Scott, engineer; and Dr. McCoy, chief medical officer."

A semicolon is also used with a conjunctive adverb when joining two clauses. In reality, this is the same as the first rule, but it looks different enough to sometimes cause concern.

For example: "huzaifa, context in which all life exists; consequently, it is more than a political issue."

Use in Arabic

[change | change source]

In Arabic, the semicolon is called "fasila manqoota" (اصلة منقوطة in Arabic) and is written upside-down (؛). It is used to combine two sentences when one sentence is a cause and the other is a result. For example: "Your sister did not get high marks; she didn't study." (Arabic: لم تحقق أختك درجات عالية؛ لأنها لم تدرس) [1]

Use in Greek

[change | change source]

In Greek, the question mark looks the same as the English semicolon.[2]

Use in Computer Programming

[change | change source]

A semicolon is sometimes used in programming. In programming languages such as C, semicolons are used to separate logical statements.

For example:

int main() {
  int x, y;
  x = 1; y = 2;
  printf("X + Y = %d", x + y);
  return 0;
}

References

[change | change source]
  1. "Punctuation Marks in Arabic (and How They're Used)". kaleela.com. Retrieved 2025-01-19.
  2. Perpiraki, Marialena (2020-02-22). "The Greek Punctuation Marks". Helinika. Retrieved 2025-01-19.