static bool dm_say(S text) { text = trim(text); if (empty(text)) true; // Successfully said nothing! print("Saying: " + text); O voiceOutput = dm_voiceOutputModule(); call(voiceOutput, 'say, text); ret voiceOutput != null; }