Literals/String: Difference between revisions

Content added Content deleted
Line 236: Line 236:
:}
:}


print [safer "->" type safer]</pre>
print [safer "->" type safer]</lang>

{{out}}

<pre>Hello world -> :string
This is a full-line string -> :string
This
is a multi-line
string -> :string
This is
yet another
multi-line
string -> :string</pre>


=={{header|AutoHotkey}}==
=={{header|AutoHotkey}}==