Contact: aviboots(AT)netvision.net.il
41,200 questions
53,701 answers
573 users
let arr = ["swift", "c", "c++", "php", "java"] for item in arr { print(item) } /* run: swift c c++ php java */