Content deleted Content added
No edit summary Tags: Reverted Visual edit Mobile edit Mobile web edit Disambiguation links added |
Undid revision 1276671753 by 177.236.4.45 (talk) useless link |
||
Line 4:
{{refimprove|date=May 2010}}
In [[computer programming]], a '''block''' or '''code block''' or '''
Blocks have two functions: to group statements so that they can be treated as one statement, and to define [[scope (computer science)|scopes]] for [[name binding|names]] to distinguish them from the same name used elsewhere. In a block-structured programming language, the objects named in outer blocks are visible inside inner blocks, unless they are [[Name masking|masked]] by an [[Object (computer science)|object]] declared with the same name.
|