Curly bracket programming language: Difference between revisions

Content deleted Content added
m Exception handling: MacOS->Mac OS
Line 94:
'''}'''
 
[[Objective-C]] has the same syntax starting with gcc 3.3 and Apple MacOSMac OS X 10.3 , 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.