[swift-evolution] [Review] SE-0168: Multi-Line String Literals
Adrian Zubarev
adrian.zubarev at devandartist.com
Wed Apr 12 15:06:00 CDT 2017
Exactly, I feel like we found a Swifty version of a multi-line string literal. :)
--
Adrian Zubarev
Sent with Airmail
Am 12. April 2017 um 21:58:37, Vladimir.S via swift-evolution (swift-evolution at swift.org) schrieb:
this:
"""
one
two
"""
should be just the same as "one\ntwo\n"
If one wants some advanced tuning of line ends, he/she can use a backslash, for example
"""
one
two\
"""
should produce "one\ntwo"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.swift.org/pipermail/swift-evolution/attachments/20170412/51856da4/attachment.html>
More information about the swift-evolution
mailing list