Content deleted Content added
→String literals: Standardize mentions of Bourne shell |
→Quoted interpolated: Remove confusing tautology |
||
Line 70:
=== Quoted interpolated ===
An expression is "interpolated" into a string when the compiler/interpreter evaluates it and inserts the result in its place.
<!-- Before you add your favorite language to this table, make sure it's not listed in another section. -->
{| class="wikitable"
Line 104:
| Swift
|}
=== Escaped quotes ===
"Escaped" quotes means that a 'flag' symbol is used to warn that the character after the flag is used in the string rather than ending the string.
|