Re: Why non-escaped newlines are prohibited in single-quoted string literals?
[
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: 2017年1月29日 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?