RosettaCodeData/Task/Literals-String/00-TASK.txt

20 lines
395 B
Plaintext

;Task:
Show literal specification of characters and strings.
If supported, show how the following work:
:*   ''verbatim strings''   (quotes where escape sequences are quoted literally)
:*   ''here-strings''  
<br>
Also, discuss which quotes expand variables.
;Related tasks:
* &nbsp; [[Special characters]]
* &nbsp; [[Here document]]
{{Template:Strings}}
<br><br>