var s = "Hello, " var t = s + "world!" System.print(s) System.print(t)