RosettaCodeData/Task/Literals-String/00DESCRIPTION

16 lines
367 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]]
<br><br>