Comparison of programming languages (strings): Difference between revisions

Content deleted Content added
SmackBot (talk | contribs)
m Date the maintenance tags or general fixes
String literals: changed example string
Line 32:
=== Quoted raw ===
 
@"TheQuickBrownFoxHello, World!" ;; C#
r"TheQuickBrownFoxHello, World!" ;; Python
'TheQuickBrownFoxHello, World!' ;; Perl, Windows PowerShell
<nowiki><![CDATA[Hello, TheQuickBrownFox World!]]></nowiki> ;; XML ([[CDATA|CDATA section]])
 
=== Quoted interpolated ===
Line 47:
 
=== Unique quoting variants ===
16HTheQuickBrownFox13HHello, World! ;; Hollerith notation ;; FORTRAN
(indented with whitespace) ;; Indented with whitespace and newlines ;; YAML