Quoting constructs: Difference between revisions

Content added Content deleted
m (Corrected a spelling mistake in a comment.)
m (→‎{{header|Wren}}: Minor tidy)
Line 1,093: Line 1,093:


Here are some examples of all this.
Here are some examples of all this.
<syntaxhighlight lang="ecmascript">import "/fmt" for Fmt
<syntaxhighlight lang="wren">import "./fmt" for Fmt


// simple string literal
// simple string literal