Contact: aviboots(AT)netvision.net.il
39,948 questions
51,890 answers
573 users
let s = "Swift is a general-purpose, compiled programming language developed by Apple Inc" print(s[s.startIndex] == "S") if s[s.startIndex] == "S" { print(true) } /* run: true true */