Cetak array di Swift

for element in array {
  println(element)
}
Sparkling Scarab