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