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