!7 static S compress(S text) { L lines = toLines(text); Set set = new TreeSet(lines); if (l(set) != 1) ret null; S line = lines.get(0); ret fromLines(litlist("expand with #1002223", str(l(lines)), line)); }