Curly bracket programming language: Difference between revisions

Content deleted Content added
need more and more
Line 70:
=== Exception handling ===
 
In [[Java programming language|Java]], [[C programming language|C]] and [[C Plus Plus|C++]]:
try {
''statement(s)''
Line 80:
''statement(s)''
}
 
[[C Plus Plus|C++]] does not have <tt>finally</tt>, but otherwise looks similar.
[[C programming language|C]] has nothing like this, though some compilers vendors added the keywords <tt>__try</tt> and <tt>__finally</tt> to their implementation.
 
[[Category:Curly bracket programming languages]]