static S appendGlobalIDInNewLine(S s) { ret rtrim(s) + "\n [id: " + aGlobalID() + "]"; }