[WISH / PATCH] possibility to split string literals across multiple lines
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.