Encyclopedia > Bracket (punctuation)

  Article Content

Bracket (punctuation)

Brackets are punctuation marks, used in pairs to set apart or interject text within other text. Types of brackets include parentheses ( ), square brackets [ ], braces { }, and angle brackets < >. All these forms may be used according to typographical conventions that may vary from publication to publication. Some typical uses follow.

Parentheses are used to contain parenthetical (or optional, additional) material in a sentence that could be removed without destroying the meaning of the main text. For example, "George Washington (the father of his country) was not the wooden figure with wooden teeth that many think him." Indeed, such an interjection is called a parenthesis, and may also be set off with dashes or commas.

Parentheses may be used to add supplementary information, such as "Sen. Kennedy (D., Massachusetts) spoke at length."

Parentheses may also be nested (with one set inside another set (but this is not commonly used in formal writing)).

Any punctuation inside parentheses or other brackets is independent from the rest of the text: "Mrs. Pennyfarthing (What? Yes, that was her name!) was my landlady."

Square brackets are used to enclose explanatory or missing [...] material, especially in quoted text. For example, "I appreciate it [the honor], but I must refuse." Or, "The future of psionics [See definition] is in doubt."

The bracketed expression [sic] (Latin for "thus") is used to indicate errors that are "thus in the original"; a bracketed ellipsis [...] is used to indicate deleted material; bracketed comments are used to indicate when original text has been modified: "I'd like to thank [several unimportant people] and my parentals [sic] for their love, tolerance [...] and assistance [italics added]."

Braces are sometimes used in prose to indicate a series of equal choices: "Select your animal {goat, sheep, cow, horse} and follow me." They are used in specialized ways in poetry and music (to mark repeats or joined lines).

Angle brackets (<,>) are often used to enclose highlighted material, such as URLs in text, such as "I found it in the Wikipedia <www.wikipedia.com>."

Single and double angle brackets (<<,>>) are sometimes used instead of guillemets, where the proper glyphs aren't available.

(Angle bracket glyphs are also sometimes used individually, to represent the mathematical or logical symbols for greater-than (>) and less-than (<)... but these are not punctuation marks!)

Alternate names

Parentheses are sometimes called round brackets, curved brackets or, colloquially, parens, or fingernails. John Lennard (in "The exploitation of parentheses in English printed verse") usefully coined the term lunula to refer specifically to the opening curved bracket, the closing curved bracket and the textual contents between.

Square brackets are called crochets in Great Britain.

Braces are often called curly brackets. Presumably due to the similarity of the word "brace" and "bracket", many people apparently (and incorrectly) believe that "brace" is a synonym for "bracket". Therefore, when it is necessary to avoid any possibility of confusion, e.g., in computer programming, it may be best to use the term "curly bracket" rather than "brace". However, general usage in English favors the latter form. The redundant term curly braces is careless since that is the only kind of braces there are.


In computer programming:
  • Opening and closing parentheses correspond to Unicode and ASCII characters 40 and 41, or 0x0028 and 0x0029, respectively.
  • For square brackets corresponding values are 91 and 93, or 0x005B and 0x005D.
  • For braces, 123 and 125, or 0x007B and 0x007D.
  • And for angle brackets, 60 and 62, or 0x003C and 0x003E.

Also, in many programming languages:

  • "(" and ")" are used to contain the arguments to functions: substring($val,10,1). Parentheses are so ubiquitous in the Lisp programming language that the name is said to be an acronym for "Lots of Irritating Superfluous Parentheses".
  • "[" and "]" are used to define elements in an array: $animals["goat"].
  • "{" and "}" are used to define the beginning and ending of blocks of code.

"<" and ">" are used in HTML to enclose code tags.


In the Wikipedia editor, square brackets are used to link to external sources (http://www.usemod.com/cgi-bin/wiki.pl?BracketedLinks); doubled square brackets are used to link to pages within Wikipedia.



All Wikipedia text is available under the terms of the GNU Free Documentation License

 
  Search Encyclopedia

Search over one million articles, find something about almost anything!
 
 
  
  Featured Article
Wheatley Heights, New York

... are Hispanic or Latino of any race. There are 1,455 households out of which 43.6% have children under the age of 18 living with them, 62.2% are married couples livin ...

 
 
 
This page was created in 49.3 ms