Skip to content
Back to formatted view

Raw Message

Message-ID: <b28789ef-19dc-b78a-467c-c5c62bdfb86e@insa-toulouse.fr>
Date: 2017-06-14T15:06:12Z
From: Serguei Sokol
Subject: [WISH / PATCH] possibility to split string literals across multiple lines
In-Reply-To: <73ec8f95-9607-80ee-0e37-ff0d739d289d@akersting.de>

Le 14/06/2017 ? 12:58, Andreas Kersting a ?crit :
> Hi,
>
> I would really like to have a way to split long string literals across multiple lines in R.
>
> ...
> An alternative approach could be to have something like
>
> ("aaa "
> "bbb")
This is C-style and if the core-team decides to implement it,
it could be useful and intuitive.