Block (programming): Difference between revisions

Content deleted Content added
Line 67:
SQL Server and some other languages use Begin ... End blocks
 
<source lang="sql">
<pre>
 
IF y IS NOT NULL
Line 74:
END
 
</presource>
 
==See also==