Literals/String: Difference between revisions

m
(Added Quackery.)
Line 2,087:
A string literal is denoted by the word <code>$</code>. The string is delimited by the first non-whitespace character following <code>$</code>.
 
Character and string literals illustrated in the Quackery shell (REPL).:
<pre>O> char X emit
... char Y emit
Line 2,102:
Any non-whitespace character can be the delimiter.
</pre>
 
 
=={{header|R}}==
1,462

edits