0
About count property
Let say that I want to count how many characters in variable "I love learning Swift". Compile shows me that there is 25 /n characters. What does /n means?
1 Resposta
0
Is it   /n     or    \n ?
Why  25 and not 21 ?
Let say that I want to count how many characters in variable "I love learning Swift". Compile shows me that there is 25 /n characters. What does /n means?