Curly bracket programming language: Difference between revisions

Content deleted Content added
Undid revision 215592209 by 128.107.155.150 (talk)
Line 12:
 
== Statements and blocks ==
The name derives from the common syntax of the languages, where blocks of [[statement (programming)|statement]]s are enclosed in curly brackets. For example (using [[Berkeley Software Distribution|BSD]]/[[Eric Allman|Allman]] [[indent style]], theone correctof waymany stylistic ways to format a program):
 
for (int i = 0; i < 10; i++)