/ Published in: JavaScript
prints:
this is my multi-line text
note If you want to support special XML chars, you can use a CDATA section:
<><![CDATA[
hello
]]></>.toString();
Expand |
Embed | Plain Text
var text = <> this is my multi-line text </>.toString(); Print(text);
You need to login to post a comment.
