Contact: aviboots(AT)netvision.net.il
41,163 questions
53,655 answers
573 users
let s = "Swift Programming" let char = s[s.index(s.startIndex, offsetBy: 1)] print(char) /* run: w */