static S prependGlobalIDInNewLineAndIndent(S s) { ret prependGlobalIDInNewLineAndIndent(aGlobalID(), s); } static S prependGlobalIDInNewLineAndIndent(S globalID, S s) { ret prependGlobalIDInNewLine(globalID, indentx(autoUnindent(s))); }