Comparison of programming languages (strings): Difference between revisions

Content deleted Content added
Line 150:
 
=== Quoted raw ===
"Raw" means the compiler treats every character within the literal exactly as written, without processing any escapes or interpolations.
"Raw" meaning that the interpreter/compiler does not recognize any variable or constant identifiers located inside the string and the content of the identifier will not replace the identifier in the string.
<!-- Before you add your favorite language to this table, make sure it's not listed in another section. -->
{| class="wikitable"