Names and examples of named case-types.
NumberOfWords = 3
MyGreetingText = "Hello World"
numberOfWords = 3
myGreetingText = "Hello World"
NUMBER_OF_WORDS = 3
MY_GREETING_TEXT = "Hello World"
number_of_words = 3
my_greeting_text = "Hello World"
number-of-words = 3
my-greeting-text = "Hello World"