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
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:
|