Curly bracket programming language: Difference between revisions

Content deleted Content added
Bluemoose (talk | contribs)
AWB Assisted clean up and fix c++ links
Exception handling: Adding description of Objective-C's syntax.
Line 93:
''statement(s)''
'''}'''
 
[[Objective-C]] has the same thing, but with an [[at sign]] in front of the keywords (<code>@try</code>, <code>@catch</code>, <code>@finally</code>).
 
C++ does not have <tt>finally</tt>, but otherwise looks similar. C has nothing like this, though some compilers vendors added the keywords <tt>__try</tt> and <tt>__finally</tt> to their implementation.