var str = "123456" str.add("78") # two ways str &= "9!" # to append