const val QUESTION = "the ultimate question of life, the universe, and everything" const val ANSWER = 42 val MESSAGE = "The answer to ${QUESTION} is ${ANSWER}."