static bool dm_sayInEnglish(S text) { dm_callOpt(dm_voiceOutputModule(), 'setVoice, defaultEnglishVoice()); ret dm_say(text); }