I have ridiculous error using strings
var myString = "A" print(myString[myString.startIndex] == "-") // false
this code w