Block (programming): Difference between revisions

Content deleted Content added
Undid revision 1276671753 by 177.236.4.45 (talk) useless link
Syntax: it said two families but listed five
Line 25:
 
==Syntax==
Blocks use different syntax in different languages. TwoSeveral broad families are:
 
* the [[ALGOL]] family in which blocks are delimited by the keywords "<code>begin</code>" and "<code>end</code>" or equivalent. In [[C (programming language)|C]], blocks are delimited by curly braces - "<code>{</code>" and "<code>}</code>". [[ALGOL 68]] uses parentheses.