```dart var s1 = ''' You can create multi-line strings like this one. '''; var s2 = """This is also a multi-line string."""; ```   And it automatically generates a strange tag `x27`