// line2 = inclusive static L getLinesCountingFrom1(S text, int line1, int line2) { ret cloneSubList(toLines(text), line1-1, line2); }