var arr : [int] = [1, 2, 3, 42]; var dict : [string, int] = ["hello": 1, "world":2]; print arr; print dict;