I want to space between two words on enum but I don’t know how to do this. Here is my code.
enum Nationality:int{
case Cape Verdean= 1;
case Central African = 2;
}
Blancer.com Tutorials and projects
Freelance Projects, Design and Programming Tutorials
I want to space between two words on enum but I don’t know how to do this. Here is my code.
enum Nationality:int{
case Cape Verdean= 1;
case Central African = 2;
}