RosettaCodeData/Task/Literals-String/00DESCRIPTION

16 lines
367 B
Text
Raw Permalink Normal View History

2016-12-05 22:15:40 +01:00
;Task:
2015-02-20 00:35:01 -05:00
Show literal specification of characters and strings.
2016-12-05 22:15:40 +01:00
If supported, show how the following work:
:*   ''verbatim strings''   (quotes where escape sequences are quoted literally)
:*   ''here-strings''  
<br>
2015-02-20 00:35:01 -05:00
Also, discuss which quotes expand variables.
2013-04-10 21:29:02 -07:00
2016-12-05 22:15:40 +01:00
;Related tasks:
* &nbsp; [[Special characters]]
* &nbsp; [[Here document]]
<br><br>