Content deleted Content added
TakuyaMurata (talk | contribs) need more and more |
|||
Line 70:
=== Exception handling ===
In [[Java programming language|Java]]
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]]
|