Skip to content
Prev 53693 / 63421 Next

[WISH / PATCH] possibility to split string literals across multiple lines

On Fri, Jun 16, 2017 at 7:04 PM, Radford Neal <radford at cs.toronto.edu> wrote:
String literals can span multiple lines. One way is using
triple-quotes: """...""" or '''...'''. End of lines are automatically
included in the string, but it?s possible to prevent this by adding a
\ at the end of the line.

[...]

Gabor