From Wikipedia, the free encyclopedia
  (Redirected from Parentheses)
Jump to navigationJump to search

A bracket is either of two tall fore- or back-facing punctuation marks commonly used to isolate a segment of text or data from its surroundings. Typically deployed in symmetric pairs, an individual bracket may be identified as a left or right bracket or, alternatively, an opening paired bracket or closing paired bracket,[1] respectively, depending on the directionality of the context.

Specific forms of the mark include rounded brackets (also called parentheses), square brackets, curly brackets (also called braces), and angle brackets (also called chevrons), as well as various less common pairs of symbols.

As well as signifying the overall class of punctuation, the word bracket is commonly used to refer to a specific form of bracket, which varies from region to region. In most English-speaking countries, an unqualified 'bracket' refers to the round bracket; in the United States, the square bracket.

History[edit]

Chevrons ⟨ ⟩ were the earliest type of bracket to appear in written English. Desiderius Erasmus coined the term lunula to refer to the rounded parentheses ( ) recalling the shape of the crescent moon (Latin: luna).[2]

Names for various bracket symbols[edit]

Some of the following names are regional or contextual.

  • ( ) – parentheses, brackets (UK, Ireland, Canada, West Indies, New Zealand, South Africa and Australia), parens, round brackets, first brackets, circle brackets or smooth brackets.
  • { } – braces[3] (UK and US), curly brackets, definite brackets, swirly brackets, curly braces, birdie brackets, French brackets, Scottish brackets, squirrelly brackets, gullwings, seagulls, squiggly brackets, twirly brackets, Tuborg brackets (DK), accolades (NL), pointy brackets, second brackets, fancy brackets, M Brace, moustache brackets, squiggly parentheses.
  • [ ] – brackets (US), square brackets, closed brackets, hard brackets, third brackets, crotchets.[4]
  • ⟨ ⟩ – angle brackets, less-than/greater-than signs (when the ASCII approximation of < > is used), pointy brackets, triangular brackets, diamond brackets, tuples, chevrons, guillemets, broken brackets, brokets.[5]
  • ⸤ ⸥ 「 」 – corner brackets
  • ⟦ ⟧ – double square brackets, white square brackets, Scott brackets
  • 〔 〕 – tortoise shell brackets

The characters ‹ › and « », known as guillemets or angle quotes, are actually quotation marks used in several European languages.[6] Which one of each pair is the opening quote mark and which is the closing quote varies between languages.

Similarly, the corner-brackets 「 」 are quotation marks used in East Asian languages, though they have been repurposed for other contexts (see below).

Typography[edit]

In English, typographers mostly prefer not to set brackets in italics, even when the enclosed text is italic.[7] However, in other languages like German, if brackets enclose text in italics, they are usually also set in italics.[8]

Types and uses[edit]

Parentheses [edit]

Uses in writing[edit]

Parentheses /pəˈrɛnθɪsiːz/ (singular, parenthesis /pəˈrɛnθɪsɪs/) (also called simply brackets, or round brackets, curves, curved brackets, oval brackets, stalls or, colloquially, parens /pəˈrɛnz/) contain adjunctive material that serves to clarify (in the manner of a gloss) or is aside from the main point.[9] A milder effect may be obtained by using a pair of commas as the delimiter, though if the sentence contains commas for other purposes, visual confusion may result. That issue is fixed by using a pair of dashes instead, to bracket the parenthetical.

In American usage, parentheses are usually considered separate from other brackets, and calling them "brackets" is unusual.

Parentheses may be used in formal writing to add supplementary information, such as "Sen. John McCain (R - Arizona) spoke at length". They can also indicate shorthand for "either singular or plural" for nouns, e.g. "the claim(s)". It can also be used for gender neutral language, especially in languages with grammatical gender, e.g. "(s)he agreed with his/her physician" (the slash in the second instance, as one alternative is replacing the other, not adding to it).[10]

Parenthetical phrases have been used extensively in informal writing and stream of consciousness literature. Examples include the southern American author William Faulkner (see Absalom, Absalom! and the Quentin section of The Sound and the Fury) as well as poet E. E. Cummings.

Parentheses have historically been used where the dash is currently used in alternatives, such as "parenthesis)(parentheses". Examples of this usage can be seen in editions of Fowler's.

Parentheses may be nested (generally with one set (such as this) inside another set). This is not commonly used in formal writing (though sometimes other brackets [especially square brackets] will be used for one or more inner set of parentheses [in other words, secondary {or even tertiary} phrases can be found within the main parenthetical sentence]).

Any punctuation inside parentheses or other brackets is independent of the rest of the text: "Mrs. Pennyfarthing (What? Yes, that was her name!) was my landlady." In this use, the explanatory text in the parentheses is a parenthesis. Parenthesized text is usually short and within a single sentence. Where several sentences of supplemental material are used in parentheses the final full stop would be within the parentheses, or simply omitted. Again, the parenthesis implies that the meaning and flow of the text is supplemental to the rest of the text and the whole would be unchanged were the parenthesized sentences removed.

In more formal usage, "parenthesis" may refer to the entire bracketed text, not just to the punctuation marks used (so all the text in this set of round brackets may be said to be "a parenthesis", "a parenthetical", or "a parenthetical phrase").[11]

Uses in enumerations[edit]

Lower-case Latin letters used as indexes, rather than bullets or numbers, followed by an unpaired parenthesis, are used in ordered lists especially in:
a) educational testing,
b) technical writing and diagrams,
c) market research, and
d) elections.[citation needed]

Uses in mathematics[edit]

Parentheses are used in mathematical notation to indicate grouping, often inducing a different order of operations. For example: in the usual order of algebraic operations, 4 × 3 + 2 equals 14, since the multiplication is done before the addition. However, 4 × (3 + 2) equals 20, because the parentheses override normal precedence, causing the addition to be done first. Some authors follow the convention in mathematical equations that, when parentheses have one level of nesting, the inner pair are parentheses and the outer pair are square brackets. Example:

A related convention is that when parentheses have two levels of nesting, curly brackets (braces) are the outermost pair. Following this convention, when more than three levels of nesting are needed, often a cycle of parentheses, square brackets, and curly brackets will continue. This helps to distinguish between one such level and the next.[12]

Parentheses are also used to set apart the arguments in mathematical functions. For example, f(x) is the function f applied to the variable x. In coordinate systems parentheses are used to denote a set of coordinates; so in the Cartesian coordinate system (4, 7) may represent the point located at 4 on the x-axis and 7 on the y-axis.

Parentheses may be used to represent a binomial coefficient, and also matrices.

Uses in programming languages[edit]

Parentheses are included in the syntaxes of many programming languages. Typically needed to denote an argument; to tell the compiler what data type the Method/Function needs to look for first in order to initialise. In some cases, such as in LISP, parentheses are a fundamental construct of the language. They are also often used for scoping functions and for arrays. In syntax diagrams they are used for grouping, such as in Extended Backus–Naur form.

Uses in other scientific fields[edit]

Parentheses are used in chemistry to denote a repeated substructure within a molecule, e.g. HC(CH3)3 (isobutane) or, similarly, to indicate the stoichiometry of ionic compounds with such substructures: e.g. Ca(NO3)2 (calcium nitrate).

They can be used in various fields as notation to indicate the amount of uncertainty in a numerical quantity. For example:[13]

1234.56789(11)

is equivalent to:

1234.56789 ± 0.00011

e.g. the value of the Boltzmann constant could be quoted as 1.38064852(79)×10−23 J⋅K−1 .

Square brackets [edit]

Uses in published text[edit]

Square brackets [ and ]—also called crotchets or simply brackets (US)—are often used to insert explanatory material or to mark where a [word or] passage was omitted from an original material by someone other than the original author, or to mark modifications in quotations.[14] In transcribed interviews, sounds, responses and reactions that are not words but that can be described are set off in square brackets — "... [laughs] ...".

A bracketed ellipsis, [...], is often used to indicate omitted material: "I'd like to thank [several unimportant people] for their tolerance [...]"[15]Bracketed comments inserted into a quote indicate where the original has been modified for clarity: "I appreciate it [the honor], but I must refuse", and "the future of psionics [see definition] is in doubt". Or one can quote the original statement "I hate to do laundry" with a (sometimes grammatical) modification inserted: He "hate[s] to do laundry".

Additionally, a small letter can be replaced by a capital one, when the beginning of the original printed text is being quoted in another piece of text or when the original text has been omitted for succinctness— for example, when referring to a verbose original: "To the extent that policymakers and elite opinion in general have made use of economic analysis at all, they have, as the saying goes, done so the way a drunkard uses a lamppost: for support, not illumination", can be quoted succinctly as: "[P]olicymakers [...] have made use of economic analysis [...] the way a drunkard uses a lamppost: for support, not illumination." When nested parentheses are needed, brackets are sometimes used as a substitute for the inner pair of parentheses within the outer pair.[16] When deeper levels of nesting are needed, convention is to alternate between parentheses and brackets at each level.

Alternatively, empty square brackets can also indicate omitted material, usually single letter only. The original, "Reading is also a process and it also changes you." can be rewritten in a quote as: It has been suggested that reading can "also change[] you".

The bracketed expression "[sic]" is used after a quote or reprinted text to indicate the passage appears exactly as in the original source, where it may otherwise appear that a mistake has been made in reproduction.

In translated works, brackets are used to signify the same word or phrase in the original language to avoid ambiguity.[17]For example: He is trained in the way of the open hand [karate].

Style and usage guides originating in the news industry of the twentieth century, such as the AP Stylebook, recommend against the use of square brackets because "They cannot be transmitted over news wires."[18] However, this guidance has little relevance outside of the technological constraints of the industry and era.

Uses in proofreading[edit]

Brackets (called move-left symbols or move right symbols) are added to the sides of text in proofreading to indicate changes in indentation:

Uses in scientific fields[edit]

Brackets are used in mathematics in a variety of notations, including standard notations for commutators, the floor function, the Lie bracket, equivalence classes, the Iverson bracket, and matrices. Square brackets may also represent closed intervals; for example, represents the set of real numbers from 0 to 5 inclusive.

Square brackets can also be used in chemistry to represent the concentration of a chemical substance in solution and to denote charge a Lewis structure of an ion (particularly distributed charge in a complex ion), repeating chemical units (particularly in polymers) and transition state structures, among other uses.

Uses in programming languages[edit]

Brackets are used in many computer programming languages, primarily to force the order of evaluation and for parameter lists and array indexing. But they are also used to denote general tuples, sets and other structures, just as in mathematics. There may be several other uses as well, depending on the language at hand. In syntax diagrams they are used for optional portions, such as in Extended Backus–Naur form.

Uses in linguistics[edit]

In linguistics, phonetic transcriptions are generally enclosed within square brackets,[19] often using the International Phonetic Alphabet, whereas phonemic transcriptions typically use paired slashes. Pipes (| |) are often used to indicate a morphophonemic rather than phonemic representation. Other conventions are double slashes (// //), double pipes (|| ||) and curly brackets ({ }). In lexicography, square brackets usually surround the section of a dictionary entry which contains the etymology of the word the entry defines.

Other[edit]

Square brackets are used to denote parts of the text that need to be checked when preparing drafts prior to finalizing a document. They often denote points that have not yet been agreed to in legal drafts and the year in which a report was made for certain case law decisions.

Curly brackets[edit]

An example of curly brackets used to group sentences together

Curly brackets { and }, also known as curly braces (UK and US) or simply braces, flower brackets (India) and squiggly brackets (colloquially), are rarely used in prose and have no widely accepted use in formal writing, but may be used to mark words or sentences that should be taken as a group, to avoid confusion when other types of brackets are already in use, or for a special purpose specific to the publication (such as in a dictionary). More commonly, they are used to indicate a group of lines that should be taken together, such as in when referring to several lines of poetry that should be repeated.[20][better source needed]

In music, they are known as "accolades" or "braces", and connect two or more lines (staves) of music that are played simultaneously.[21]

In mathematics they delimit sets and are often also used to denote the Poisson bracket between two quantities.

Uses in programming languages[edit]

In many programming languages, curly brackets enclose groups of statements and create a local scope. Such languages (C, C#, C++ and many others) are therefore called curly bracket languages.[22] They are used for enumerated type, eg in C. In syntax diagrams they are used for repetition, such as in Extended Backus–Naur form.

Phonetics[edit]

As an extension to the International Phonetic Alphabet, braces are used for prosodic notation.

Angle brackets[edit]

Angle brackets ⟨ and ⟩ (often substituted informally by less-than < and greater-than signs > or by "single" guillemets ‹ ›) are often used to indicate some attribute about the enclosed symbols.

In physical sciences, angle brackets are used to denote an average over time or over another continuous parameter. For example,

The inner product of two vectors is commonly written as a,b, but there are other notations used.

In mathematical physics, especially quantum mechanics, it is common to write the inner product between elements as a|b, as a short version of a|·|b, or a|Ô|b, where Ô is an operator. This is known as Dirac notation or bra–ket notation.

In set theory, chevrons or parentheses are used to denote ordered pairs[23] and other tuples, whereas curly brackets are used for unordered sets.

In linguistics, angle brackets identify graphemes (i.e., letters of an alphabet) or orthography, as in "The English word /kæt/ is spelled ⟨cat⟩."[24][25][26]

In epigraphy, they may be used for mechanical transliterations of a text into the Latin script.[25]

In textual criticism, and hence in many editions of pre-modern works, chevrons denote sections of the text which are illegible or otherwise lost; the editor will often insert their own reconstruction where possible within them.[26]

In HTML, chevrons (actually 'greater than' and 'less than' symbols) are used to bracket meta text. For example <b> denotes that the following text should be displayed as bold. Pairs of meta text tags are required – much as brackets themselves are usually in pairs. The end of the bold text segment would be indicated by </b>. This use is sometimes extended as an informal mechanism for communicating mood or tone in digital formats such as messaging, for example adding "<sighs>" at the end of a sentence.

Chevrons are infrequently used to denote words that are thought instead of spoken, such as:

⟨ What an unusual flower! ⟩

Single and double pairs of comparison operators <<, >> (meaning much smaller than and much greater than, although the single symbols and should be used for that purpose) are sometimes used as a fallback instead of guillemets « and » (used as quotation marks in many languages) when the proper characters are not available on the keyboard nor in the input editor. Similarly, early Internet messaging conventions developed to use the greater-than sign >, available in the ASCII character set, in the beginning of a line to mark quoted lines. This format, known as Usenet quoting, is used by Markdown and is accepted by email clients when operating in plain text mode.

In comic books, chevrons are often used to mark dialogue that has been translated notionally from another language; in other words, if a character is speaking another language, instead of writing in the other language and providing a translation, one writes the translated text within chevrons. Since no foreign language is actually written, this is only notionally translated.[citation needed]

In continuum mechanics, chevrons may be used as Macaulay brackets.

In East Asian punctuation, angle brackets are used as quotation marks. Chevron-like symbols are part of standard Chinese, Japanese and Korean punctuation, where they generally enclose the titles of books: ︿ and ﹀ or ︽ and ︾ for traditional vertical printing, and 〈 and 〉 or 《 and 》 for horizontal printing.

Lenticular brackets[edit]

Some East Asian languages use lenticular brackets , a combination of square brackets and round brackets called 方頭括號 (fāngtóu kuòhào) in Chinese and すみ付き (sumitsuki) in Japanese. They are used in titles and headings in both Chinese[27] and Japanese. In Japanese, they are most frequently seen in dictionaries for quoting Chinese characters and Sino-Japanese loanwords.

Floor and ceiling corners[edit]

The floor corner brackets and , the ceiling corner brackets and (U+2308, U+2309) are used to denote the integer floor and ceiling functions.

Quine corners and half brackets[edit]

The Quine corners and have at least two uses in mathematical logic: either as quasi-quotation, a generalization of quotation marks, or to denote the Gödel number of the enclosed expression.

Half brackets are used in English to mark added text, such as in translations: "Bill saw ⸤her⸥".

In editions of papyrological texts, half brackets, ⸤ and ⸥ or ⸢ and ⸣, enclose text which is lacking in the papyrus due to damage, but can be restored by virtue of another source, such as an ancient quotation of the text transmitted by the papyrus.[28] For example, Callimachus Iambus 1.2 reads: ἐκ τῶν ὅκου βοῦν κολλύ⸤βου π⸥ιπρήσκουσιν. A hole in the papyrus has obliterated βου π, but these letters are supplied by an ancient commentary on the poem. Second intermittent sources can be between ⸢ and ⸣. Quine corners are sometimes used instead of half brackets.[29]

Double brackets[edit]

Double brackets (or white square brackets), ⟦ ⟧, are used to indicate the semantic evaluation function in formal semantics for natural language and denotational semantics for programming languages.[30][31] The brackets stand for a function that maps a linguistic expression to its “denotation” or semantic value. In mathematics, double brackets may also be used to denote intervals of integers or, less often, the floor function. In papyrology, following the Leiden Conventions, they are used to enclose text that has been deleted in antiquity.[32]

Brackets with quills[edit]

Known as "spike parentheses" (Swedish: piggparenteser), and , are used in Swedish bilingual dictionaries to enclose supplemental constructions.[33]

Specific uses[edit]

Computing[edit]

The various bracket characters are frequently used in many programming languages as operators or for other syntax markup. For instance, in C-like languages, { and } are often used to delimit a code block, and the parameters of method calls are generally enclosed by ( and ).

In C, C++, Java and other C-derived languages—as well as in Scheme-influenced languages that have adopted C/Java syntax, such as JavaScript—the "{}" symbols are referred to as "braces" or "curly braces" and never as brackets. Since the term "brace" is documented in the definitive programming specifications for these languages, it is preferable to use the correct term brace so there is no confusion between the brace (used to denote compound statements) and the bracket, used to denote other concepts, such as array indices.[34][35]

Mathematics[edit]

In addition to the use of parentheses to specify the order of operations, both parentheses and brackets are used to denote an interval, also referred to as a half-open range. The notation [a,c) is used to indicate an interval from a to c that is inclusive of a but exclusive of c. That is, [5, 12) would be the set of all real numbers between 5 and 12, including 5 but not 12. The numbers may come as close as they like to 12, including 11.999 and so forth (with any finite number of 9s), but 12.0 is not included. In some European countries, the notation [5, 12[ is also used for this. The endpoint adjoining the bracket is known as closed, whereas the endpoint adjoining the parenthesis is known as open. If both types of brackets are the same, the entire interval may be referred to as closed or open as appropriate. Whenever +∞ or −∞ is used as an endpoint, it is normally considered open and adjoined to a parenthesis. See Interval (mathematics) for a more complete treatment.

In quantum mechanics, chevrons are also used as part of Dirac's formalism, bra–ket notation, to note vectors from the dual spaces of the Bra ⟨A| and the Ket |B⟩. Mathematicians will also commonly write ⟨a, b⟩ for the inner product of two vectors. In statistical mechanics, chevrons denote ensemble or time average. Chevrons are used in group theory to write group presentations, and to denote the subgroup generated by a collection of elements. Note that obtuse angled chevrons are not always (and even not by all users) distinguished from a pair of less-than and greater-than signs <>, which are sometimes used as a typographic approximation of chevrons.

In group theory and ring theory, brackets denote the commutator. In group theory, the commutator [g, h] is commonly defined as g −1h −1gh. In ring theory, the commutator [a, b] is defined as abba. Furthermore, in ring theory, braces denote the anticommutator where {a, b} is defined as ab + ba. The bracket is also used to denote the Lie derivative, or more generally the Lie bracket in any Lie algebra.

Various notations, like the vinculum, have a similar effect to brackets in specifying order of operations, or otherwise grouping several characters together for a common purpose.

In the Z formal specification language, braces define a set and chevrons define a sequence.

Accounting[edit]

Traditionally in accounting, contra amounts are placed in parentheses. A debit balance account in a series of credit balances will have brackets and vice versa.

Citations[edit]

When quoted material is in any way altered, the alterations are enclosed in square brackets within the quotation to show that the quotation is not exactly as given, or to add an annotation.[36] For example: The Plaintiff asserted his cause is just, stating,

[m]y causes is [sic] just.

In the original quoted sentence, the word "my" was capitalized: it has been modified in the quotation given and the change signalled with brackets. Similarly, where the quotation contained a grammatical error (is/are), the quoting author signalled that the error was in the original with "[sic]" (Latin for 'thus').

Law[edit]

Square brackets are used in some countries in the citation of law reports to identify parallel citations to non-official reporters. For example:

Chronicle Pub. Co. v Superior Court (1998) 54 Cal.2d 548, [7 Cal.Rptr. 109]

In some other countries (such as England and Wales), square brackets are used to indicate that the year is part of the citation and parentheses are used to indicate the year the judgment was given. For example:

National Coal Board v England [1954] AC 403

This case is in the 1954 volume of the Appeal Cases reports, although the decision may have been given in 1953 or earlier. Compare with:

(1954) 98 Sol Jo 176

This citation reports a decision from 1954, in volume 98 of the Solicitors Journal which may be published in 1955 or later.

Sports[edit]

Tournament brackets, the diagrammatic representation of the series of games played during a tournament usually leading to a single winner, are so named for their resemblance to brackets or braces.

Encoding in digital media[edit]

Representations of various kinds of brackets in Unicode and HTML are given below.

  1. ^ a b c d &lang; and &rang; were tied to the deprecated symbols U+2329 and U+232A in HTML4 and MathML2, but are being migrated to U+27E8 and U+27E9 for HTML5 and MathML3, as defined in XML Entity Definitions for Characters.
  2. ^ This is fullwidth version of U+2033 DOUBLE PRIME. In vertical texts, U+301F LOW DOUBLE PRIME QUOTATION MARK is preferred.

Braces (curly brackets) first became part of a character set with the 8-bit code of the IBM 7030 Stretch.[50]

The angle brackets or chevrons at U+27E8 and U+27E9 are for mathematical use and Western languages, whereas U+3008 and U+3009 are for East Asian languages. The chevrons at U+2329 and U+232A are deprecated in favour of the U+3008 and U+3009 East Asian angle brackets. Unicode discourages their use for mathematics and in Western texts,[29] because they are canonically equivalent to the CJK code points U+300x and thus likely to render as double-width symbols. The less-than and greater-than symbols are often used as replacements for chevrons.

See also[edit]

  • International variation in quotation marks
  • Emoticon
  • Japanese typographic symbols
  • Order of operations

References[edit]

  1. ^ "Unicode Bidirectional Algorithm: 3.1.3 Paired Brackets". Unicode Technical Reports. Retrieved 24 April 2018.
  2. ^ Truss, Lynne. Eats, Shoots & Leaves, 2003. p. 161. ISBN 1-59240-087-6.
  3. ^ Concise Oxford Dictionary, 10th Edition, Oxford University Press, Great Clarendon Street, Oxford OX2 2DP, UK
  4. ^ Smith, John. The Printer’s Grammar p. 84.
  5. ^ "broket". Catb.org. Retrieved 13 February 2013.
  6. ^ Merriam-Webster's Manual for Writers and Editors. Merriam-Webster. 1998. p. 149. ISBN 0-87779-622-X – via Google Books.
  7. ^ Robert Bringhurst, The Elements of Typographic Style, §5.3.2.
  8. ^ Forsmann, Friedrich; DeJong, Ralf (2004). Detailtypografie [Detail Typography] (in German). Mainz: Herrmann Schmidt. p. 263. ISBN 978-3874396424.
  9. ^ Straus, Jane. "Parentheses—Punctuation Rules". The Blue Book of Grammar and Punctuation. grammarbook.com. Retrieved 18 April 2014.
  10. ^ Slash (punctuation)#Gender-neutrality in Spanish and Portuguese
  11. ^ "The Free Online Dictionary". Thefreedictionary.com. Retrieved 13 February 2013.
  12. ^ "Archived copy". Archived from the original on 6 August 2014. Retrieved 1 August 2014.CS1 maint: archived copy as title (link)
  13. ^ "Standard Uncertainty and Relative Standard Uncertainty". CODATA reference. NIST. Retrieved 20 July 2018.
  14. ^ The Chicago Manual of Style, 15th ed., The University of Chicago Press, 2003, §6.104
  15. ^ "Bartleby.com: Great Books Online – Quotes, Poems, Novels, Classics and hundreds more". bartleby.com. Archived from the original on 24 May 2008.
  16. ^ The Chicago Manual of Style, 15th ed., The University of Chicago Press, 2003, §6.102 and §6.106
  17. ^ The Chicago Manual of Style, 15th ed., The University of Chicago Press, 2003, §6.105
  18. ^ Christian, Darrell; Froke, Paula Marie; Jacobsen, Sally A.; Minthorn, David, eds. (2014). "brackets []". Associated Press Stylebook 2014. AP Stylebook 2014. Chapter "Punctuation Guide" (49th ed.). New York: Associated Press. p. 289. ISBN 9780917360589. LCCN 2002249088. OCLC 881182354.
  19. ^ The Chicago Manual of Style, 15th ed., The University of Chicago Press, 2003, §6.107
  20. ^ "Are curly braces ever used in normal text? If not, why were they created?". Stack Exchange. Retrieved 24 April 2018. A sign } used in writing or printing, chiefly for the purpose of uniting together two or more lines, words, staves of music, etc. Sometimes, but less correctly, used in plural to denote square brackets [ ].
  21. ^ "> U+007B LEFT CURLY BRACKET". Decodeunicode.org. Archived from the original on 2 December 2008.
  22. ^ "Brace and Indent Styles and Code Convention". riedquat.de. Archived from the original on 24 September 2015.
  23. ^ Hefferon, Jim. Linear algebra (PDF). p. 121.
  24. ^ Bauer, Laurie (2007). "Notational conventions. Brackets". The Linguistics Student's Handbook. Edinburgh: Edinburgh University Press. p. 99. ISBN 9780748627592.
  25. ^ a b Sampson, Geoffrey (2016). "Writing systems: methods for recording language". In Allan, Keith (ed.). The Routledge Handbook of Linguistics. Routledge. p. 60. ISBN 9781317513049.
  26. ^ a b Trask, Robert Lawrence (2000). "Angle brackets". The Dictionary of Historical and Comparative Linguistics. Edinburgh: Edinburgh University Press. p. 22. ISBN 9781579582180.
  27. ^ GB/T 15834-2011 标点符号用法(General rules for punctuation), 30 December 2011, 4.9.3.3, 4.9.3.5
  28. ^ M.L. West (1973) Textual Criticism and Editorial Technique (Stuttgart) 81.
  29. ^ a b c d e f "Miscellaneous Technical Code Chart" (PDF), The Unicode Standard, retrieved 27 February 2016
  30. ^ Dowty, D., Wall, R. and Peters, S.: 1981, Introduction to Montague semantics, Springer.
  31. ^ Scott, D. and Strachey, C.: 1971, Toward a mathematical semantics for computer languages, Oxford University Computing Laboratory, Programming Research Group.
  32. ^ "Text Leiden+ Documentation". Papyri.info.
  33. ^ Examples may be found under the corresponding entry at :sv:Parentes.
  34. ^ Brian W. Kernighan, Dennis M. Ritchie. "The C Programming Language", 1988. p. 7. ISBN 0-13-110370-9
  35. ^ Bjarne Stroustrup, "The C++ Programming Language", 2013. p.39. ISBN 0-13-352285-7
  36. ^ California Style Manual, section 4:59 (4th ed.)
  37. ^ a b "C0 Controls and Basic Latin Code Chart" (PDF), The Unicode Standard, retrieved 27 February 2016
  38. ^ "C1 Controls and Latin-1 Supplement Code Chart" (PDF), The Unicode Standard, retrieved 27 February 2016
  39. ^ a b "General Punctuation Code Chart" (PDF), The Unicode Standard, retrieved 1 March 2016
  40. ^ "Superscripts and Subscripts Code Chart" (PDF), The Unicode Standard, retrieved 27 February 2016
  41. ^ "Miscellaneous Mathematical Symbols-A Code Chart" (PDF), The Unicode Standard, retrieved 27 February 2016
  42. ^ "Miscellaneous Mathematical Symbols-B Code Chart" (PDF), The Unicode Standard, retrieved 27 February 2016
  43. ^ a b c d "Supplemental Punctuation Code Chart" (PDF), The Unicode Standard, retrieved 27 February 2016
  44. ^ "Dingbats Code Chart" (PDF), The Unicode Standard, retrieved 27 February 2016
  45. ^ "Arabic Presentation Forms-A Code Chart" (PDF), The Unicode Standard, retrieved 27 February 2016
  46. ^ "Ogham Code Chart" (PDF), The Unicode Standard, retrieved 27 February 2016
  47. ^ "Tibetan Code Chart" (PDF), The Unicode Standard, retrieved 27 February 2016
  48. ^ a b "CJK Symbols and Punctuation Code Chart" (PDF), The Unicode Standard, retrieved 27 February 2016
  49. ^ a b c "Halfwidth and Fullwidth Forms Code Chart" (PDF), The Unicode Standard, retrieved 27 February 2016
  50. ^ Bob, Bemer. "The Great Curly Brace Trace Chase". Archived from the original on 3 September 2009. Retrieved 5 September 2009.

Bibliography[edit]

  • Lennard, John (1991). But I Digress: The Exploitation of Parentheses in English Printed Verse. Oxford: Clarendon Press. ISBN 0-19-811247-5. CS1 maint: discouraged parameter (link)
  • Turnbull; et al. (1964). The Graphics of Communication. New York: Holt. States that what are depicted as brackets above are called braces and braces are called brackets. This was the terminology in US printing prior to computers.

External links[edit]

  • Media related to Brackets at Wikimedia Commons
  • The dictionary definition of bracket at Wiktionary