var a = "hello" var b = a a.add " world" assert b == "hello"