Content deleted Content added
mNo edit summary |
m lnk |
||
Line 1:
In [[computer programming]], a '''statement block''' is a section of [[computer code|code]] which is grouped together; much like a [[paragraph]]. In [[C Plus Plus|C++]], statement blocks are enclosed by [[bracket]]s (<tt>{}</tt>):
<pre>
int main()
|