Curly bracket programming language: Difference between revisions

Content deleted Content added
Jsnover (talk | contribs)
No edit summary
Line 97:
 
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.
 
=== Problems ===
Some 7 bit national ASCII sets redefine curly brackets to characters that make programs hardly readable on such designed terminals. For example, YUSCII set used in Yugoslavia redefines '''{''' as 'š', while '''}'' is redefined to ċ
 
==Languages==