Content deleted Content added
m robot Adding: it:Curly bracket |
Thumperward (talk | contribs) is there a genuine need to have over half a dozen trivial code samples here? |
||
Line 1:
{{Unreferenced|date=April 2007}}
{{examplefarm}}
'''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 (typically "begin" & "end"), 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.
|