Some languages (Haxe) allow all strings to be multiline - could we have a flag for that?
This can be included if someone contributes an implementation.
The request isn't completely defined (what do strings look like? Which delimiters? Which escapes?) and I couldn't find a lexical definition for Haxe.
Multiline strings in Haxe are the same as regular strings - there's no special syntax for them. Newlines etc are included.
See here: http://try.haxe.org/#Df67e
Log in to post a comment.
This can be included if someone contributes an implementation.
The request isn't completely defined (what do strings look like? Which delimiters? Which escapes?) and I couldn't find a lexical definition for Haxe.
Multiline strings in Haxe are the same as regular strings - there's no special syntax for them. Newlines etc are included.
See here: http://try.haxe.org/#Df67e