// splitting a string literal over more than one line

String s = "abcdefghijklmnopqrst"
          + "uvwxyz";