Content deleted Content added
Magioladitis (talk | contribs) m clean up using AWB (9987) |
Magioladitis (talk | contribs) m clean up using AWB (10034) |
||
Line 81:
For example, if <code>$name</code> is <code>"Jim"</code>:
To include a double quotation mark in a string, precede it with a backslash or enclose the string in single quotes. To include a single quotation mark, precede it with a backslash or enclose the string in double quotes.
Strings can also be quoted with the <code>q</code> and <code>qq</code> quote-like operators:
Finally, multiline strings can be defined using [[here document]]s:
|