Content deleted Content added
→Loops: Added foreach for Perl. |
No edit summary |
||
Line 199:
Some 7-bit national character sets [[ISO/IEC 646]] do not have curly bracket characters. To address this problem, BCPL has digraphs '''$(''' and '''$)''' for '''{''' and '''}''' and [[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. In C, the trigraphs for '''{''' and '''}''', respectively, are '''??<''' and '''??>'''.
==See
See [[:Category:Curly bracket programming languages]].▼
;Curly-bracket languages
;Non-curly-bracket languages
Most non-curly-bracket languages derive from languages that predate [[BCPL]]:
* [[COBOL]]
* [[Fortran]]
* [[Lisp (programming language)|Lisp]]
{{Programming language}}
|