Curly bracket programming language: Difference between revisions

Content deleted Content added
Statements and blocks: Added language to list.
Line 3:
== Statements and blocks ==
 
The '''curly brace family''' of [[programming language]]s includes [[C programming language|C]], [[C Plus Plus|C++]]; [[AWK programming language|AWK]], [[C shell]] (csh, Unix shell), [[Coyote programming language|Coyote]], [[Cyclone programming language|Cyclone]], [[C Sharp|C#]], [[D programming language|D]], [[Dino programming language|DINO]], [[E programming language|E]], [[ECMAScript]] (a.k.a. [[JavaScript]], [[JScript]]), [[Frink]], [[Java programming language|Java]], [[Perl]], [[PHP]], [[Pico programming language|Pico]], [[Pike_programming_language|Pike]], some [[Unix shell]]s ([[AWK programming language|AWK]], [[C shell]] (csh)), and others.
 
The name "curly brace" derives from the common [[syntax]] of the languages, where blocks of statements are enclosed in [[bracket#Brackets in computing|curly braces]]. For example (using [[Berkeley Software Distribution|BSD]]/[[Eric Allman|Allman]] [[indent style]], one of many stylistic ways to format a program):