Comparison of programming languages (strings)
Appearance
Concatenation
todo
String literals
This section compares styles for declaring a string literal.
Quoted raw
<![CDATA[ TheQuickBrownFox ]]> ;; CDATA section ;; XML
Quoted interpolated
todo
Dual quoting
todo
Multiple quoting
todo
Unique
16HTheQuickBrownFox ;; Hollerith notation ;; Fortran (indented with whitespace) ;; Indented with whiteapce and newlines ;; YAML