Literals/String: Difference between revisions

Content added Content deleted
Line 2,088: Line 2,088:


Character and string literals illustrated in the Quackery shell (REPL):
Character and string literals illustrated in the Quackery shell (REPL):
<pre>O> char X emit
<pre> O> char X emit
... char Y emit
... char Y emit
... char Z emit cr
... char Z emit cr