var s; s = "some words%n" + "and more"; s = "some words\n" + "and more"; s = "the class java.util." + "ArrayList"; s = "some data: a,b,c," + "d,e,f"; s = "overflow: scroll;" + "position: absolute;";