Curly bracket programming language: Difference between revisions

Content deleted Content added
Moved language list to page bottom to conform to standard layout seen in other programming language articles.
Statements and blocks: Changed word "braces" to "brackets" to conform to Wiki-usage.
Line 11:
'''}'''
 
Languages in this family are sometimes referred to as '''C-style''', because they tend to have syntax that is strongly influenced by [[C syntax|C's syntax]]. Beside the curly bracesbrackets, they often inherit other syntactic features, such as using the semicolon as a statement terminator (not as a separator), and the three-part "for" statement syntax as shown above.
 
Generally, these languages are also considered "free-form languages", meaning that the compiler considers all whitespace to be the same as one blank space, much like [[HTML]]. Considering that, the above code ''could'' be written: