распечатать массив в Swift
for element in array {
println(element)
}
Sparkling Scarab
for element in array {
println(element)
}