Block (programming): Difference between revisions

Content deleted Content added
SmackBot (talk | contribs)
m Standard headings &/or gen fixes. using AWB
Line 6:
 
==A typical statement block==
<source lang="c">
<pre>
int main()
{
return 0;
}
</presource>
 
==A nested statement block==