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