[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Why non-escaped newlines are prohibited in single-quoted string literals?
- From: Dirk Laurie <dirk.laurie@...>
- Date: Sun, 29 Jan 2017 22:57:48 +0200
2017-01-29 14:22 GMT+02:00 Egor Skriptunoff <egor.skriptunoff@gmail.com>:
> I have a suggestion to allow using of non-escaped newlines
> in literal strings delimited by single or double quotes.
I don't see the need for such a feature. What can you do with
it that you can't do with long string delimiters? Save two
characters for the sake of code golfing?