Curly bracket programming language: Difference between revisions

Content deleted Content added
Undid revision 343596555 by 85.249.160.37 (talk)
No edit summary
Line 1:
{{Unreferenced|date=April 2007}}
'''Curly brace''' or '''bracket''' [[programming language]]s are those which use [[balance]]d [[bracket]]s ('''{''' and '''}'''), also known as "squiggly brackets", "brace brackets" or simply "braces"), to make [[block (programming)|block]]s in their [[syntax]] or [[formal grammar]], mainly due to being [[C (programming language)|C]]-influenced. The main alternate style is the use of paired keywords, although some languages (notably [[Python (programming language)|Python]] and [[Occam (programming language)|Occam]]) instead use an [[Off-side rule|off-side]] style, and [[Lisp (programming language)|Lisp]] uses parentheses.
 
== History ==