Hello,
Please, why jello and toast don´t have " " ? Like apple pie and banana cake?
Thanks
Jorge Luis
Hello,
Please, why jello and toast don´t have " " ? Like apple pie and banana cake?
Thanks
Jorge Luis
It’s a weird built-in feature of Objective-C. When there is a space in the string, Objective-C puts quotes around the string so that you know it’s one string, not two.
Thanks Professor