Literals/String: Difference between revisions

Content deleted Content added
Dinosaur (talk | contribs)
→‎{{header|Fortran}}: A rather odd opportunity provided by H format...
m added whitespace before the TOC (table of contents), added a ;Task: (bold) header, added bullet points, added other whitespace and highlighting to the task's preamble.
Line 1: Line 1:
{{task|Basic language learning}}
{{task|Basic language learning}}
[[Category: String manipulation]] [[Category: Syntax elements]]
[[Category: String manipulation]]
[[Category: Syntax elements]]

;Task:
Show literal specification of characters and strings.
Show literal specification of characters and strings.

If supported, show how verbatim strings (quotes where escape sequences are quoted literally) and here-strings work.
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.
Also, discuss which quotes expand variables.



* Related tasks: [[Special characters]], [[Here document]]
;Related tasks:
* &nbsp; [[Special characters]]
* &nbsp; [[Here document]]
<br><br>


=={{header|Ada}}==
=={{header|Ada}}==