Uh, if Elixir worked that way I’d be fine with it, but it doesn’t, and based on the way Elixir’s does work I’d prefer Swift’s way as well:
╰─➤ iex
Erlang/OTP 20 [erts-9.2] [source] [64-bit] [smp:6:6] [ds:6:6:10] [async-threads:10] [hipe] [kernel-poll:false]
Interactive Elixir (1.6.1) - press Ctrl+C to exit (type h() ENTER for help)
iex(1)> """
...(1)> Foo"""
** (SyntaxError) iex:2: invalid location for heredoc terminator, please escape token or move it to its own line: """
iex(1)> """Foo"""
** (SyntaxError) iex:1: heredoc start must be followed by a new line after """
I remember a PR about strengthening the messages when it was mis-used, but I don’t actually remember if it was valid at one point or not? I’m kind of thinking it was too, but that could easily be another language I’m thinking about. ^.^;
I was looking for this in documentation, and did not found information about, seems like important thing “how to not end string with line break when using multi-line string”. Did you find it in documentation? @OvermindDL1@thbar@benwilson512@NobbZ sorry for call outs, but I don’t know if you will see this message