static bool dm_sayInGerman(S text) { dm_callModule(dm_voiceOutputModule(), 'setVoice, defaultGermanVoice()); ret dm_say(text); }