Skip to content

Multiline strings with interpolation

Compare
Choose a tag to compare
@taku0 taku0 released this 09 Sep 01:35
· 210 commits to master since this release

Supports multiline strings with interpolation:

let x = """
  The quick brown \(
    fox()
  ) jumps over the lazy \(
    dog()
  )
  """