!7 cmodule AskAboutWords > AskUserQuestions { S makeAQuestion() { S word = dm_call(dm_actualWordsCRUD(), 'randomWord); if (word == null) null; ret "What is the meaning of " + quote(word) + "?"; } }