Brackets {

   Share on Facebook  
Guest  #26330  Fri, 26 Mar 04 11:44 AM
Does anyone know the formal name of the bracket "{" ? When should such a bracket be used?
  
konstantin  #26333  Fri, 26 Mar 04 01:34 PM
Hi there!
Although I live in Germany, I know for a fact that they call it "brace". At least in programming languages. As for when you should use such a bracket Wink [;)] here is an example:

if ( a == true )
{
b = 10;
}
// smile Smile [:)]
  
Not Ranked
Joined on Thu, Mar 18 2004
Nuremberg / Bavaria / Germany
New Member (18)
rommie  #26338  Fri, 26 Mar 04 02:22 PM
Technically, your question cannot be answered, because characters do not have "formal names" in English. There are only commonly used names.

However, the Unicode character U+007B '{' does have two formal names in Unicode. These are:

LEFT CURLY BRACKET
OPENING CURLY BRACKET

Of these, OPENING CURLY BRACKET is preferred, because, when rendered in right-to-left text it looks like this: '}'

Rommie


I forgot to answer "When should such a bracket be used?". Basically, never. It does not normally occur in English punctuation. It is a specialized character used in mathematics, computer programming, music, and many other disciplines, but you are not very likely to find it in prose.

Rommie
  
Top 150 Contributor
Joined on Mon, Jan 26 2004
Earth orbit
Regular Member (606)
AddThis Feed Button RSS Feed: ESL General English Grammar Questions
© 2008 MediaCET Ltd.
Terms and Conditions & Terms of Service