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