sS dm_moduleIDAndName(O m) { ret m == null ? null : "[" + dm_moduleID(m) + "] " + dm_moduleName(m); } sS dm_moduleIDAndName() { ret dm_moduleIDAndName(dm_current_generic()); }