svoid lcPrintSubstrings(LineCompedSingle lc) { int n = lc.nItems(); for i to n: print(i + ": " + lcUncompressItem(i)); print(uncompressLineComped(lc)); }