Multi-line strings ================== Problem: string s = "test" "blabla".substring(1,2) Is the second line a continuation or a separate statement? We could decide that a statement may not start with a string.