An Entity of Type: Thing, from Named Graph: http://dbpedia.org, within Data Space: dbpedia.org

Bracket matching, also known as brace matching or parentheses matching, is a syntax highlighting feature of certain text editors and integrated development environments that highlights matching sets of brackets (square brackets, curly brackets, or parentheses) in languages such as Java, JavaScript, and C++ that use them. The purpose is to help the programmer navigate through the code and also spot any improper matching, which would cause the program to not compile or malfunction. If a closing bracket is left out, for instance, the compiler will not know that the end of a block of code has been reached. Bracket matching is particularly useful when many nested if statements, program loops, etc. are involved.

Property Value
dbo:abstract
  • Bracket matching, also known as brace matching or parentheses matching, is a syntax highlighting feature of certain text editors and integrated development environments that highlights matching sets of brackets (square brackets, curly brackets, or parentheses) in languages such as Java, JavaScript, and C++ that use them. The purpose is to help the programmer navigate through the code and also spot any improper matching, which would cause the program to not compile or malfunction. If a closing bracket is left out, for instance, the compiler will not know that the end of a block of code has been reached. Bracket matching is particularly useful when many nested if statements, program loops, etc. are involved. (en)
  • Il brace matching, o bracket matching (letteralmente "corrispondenza di parentesi"), è uno strumento di syntax highlighting offerto da alcuni editor di testo e ambienti di sviluppo integrato che consiste nell'evidenziare le coppie di parentesi (quadre, graffe o tonde), la cui perfetta corrispondenza è necessaria in gran parte dei linguaggi di programmazione. Lo scopo è quello di aiutare il programmatore a navigare più facilmente attraverso il codice e di scovare eventuali mancate (o imprecise) corrispondenze fra parentesi aperte e chiuse, le quali potrebbero causare errori di compilazione o malfunzionamenti. Spesso questa funzionalità viene estesa alle parentesi angolate (utilizzate per i tag SGML) e alle virgolette (utilizzate per marcare le stringhe). (it)
dbo:wikiPageID
  • 16194435 (xsd:integer)
dbo:wikiPageInterLanguageLink
dbo:wikiPageLength
  • 3463 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID
  • 978172560 (xsd:integer)
dbo:wikiPageWikiLink
dbp:wikiPageUsesTemplate
dct:subject
rdfs:comment
  • Bracket matching, also known as brace matching or parentheses matching, is a syntax highlighting feature of certain text editors and integrated development environments that highlights matching sets of brackets (square brackets, curly brackets, or parentheses) in languages such as Java, JavaScript, and C++ that use them. The purpose is to help the programmer navigate through the code and also spot any improper matching, which would cause the program to not compile or malfunction. If a closing bracket is left out, for instance, the compiler will not know that the end of a block of code has been reached. Bracket matching is particularly useful when many nested if statements, program loops, etc. are involved. (en)
  • Il brace matching, o bracket matching (letteralmente "corrispondenza di parentesi"), è uno strumento di syntax highlighting offerto da alcuni editor di testo e ambienti di sviluppo integrato che consiste nell'evidenziare le coppie di parentesi (quadre, graffe o tonde), la cui perfetta corrispondenza è necessaria in gran parte dei linguaggi di programmazione. Lo scopo è quello di aiutare il programmatore a navigare più facilmente attraverso il codice e di scovare eventuali mancate (o imprecise) corrispondenze fra parentesi aperte e chiuse, le quali potrebbero causare errori di compilazione o malfunzionamenti. (it)
rdfs:label
  • Bracket matching (en)
  • Brace matching (it)
owl:sameAs
prov:wasDerivedFrom
foaf:isPrimaryTopicOf
is dbo:wikiPageRedirects of
is dbo:wikiPageWikiLink of
is foaf:primaryTopic of
Powered by OpenLink Virtuoso    This material is Open Knowledge     W3C Semantic Web Technology     This material is Open Knowledge    Valid XHTML + RDFa
This content was extracted from Wikipedia and is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License