static S lastNonSystemLine(L l) { for (int i = l(l)-1; i >= 0; i--) if (!isSystemLine(l.get(i))) ret l.get(i); null; }