# ?? echo ${cities[2]} # Prague
cities=[London Berlin Prague]
cities = "London", "Berlin", "Prague"
cities (arr) = { London, Berlin, Prague }
cities=(London Berlin Prague)
cities=[London, Berlin, Prague]