import Foundation let myName = "Gary" let yourName = "Foo" var names = [ myName, yourName ] names.append("fjflajfa")