Curly bracket programming language: Difference between revisions

Content deleted Content added
SmackBot (talk | contribs)
m Date/fix the maintenance tags
mNo edit summary
Line 120:
 
=== Problems ===
Some 7 bit national [[ISO646ISO/IEC 646]] sets redefine curly brackets to characters that make programs hardly readable on such designed terminals. To address this problem, [[ANSI C]] introduced ''[[C trigraph|trigraph]]s'' that can be used instead of such problematic characters. All trigraphs consist of two [[question mark]]s (“??”) followed by a character that is not redefined in the national 7 bit ASCII character sets. The trigraphs for ‘{’ and ‘}’, respectively, are “'''??<'''” and “'''??>'''”.
 
==Languages==