static S pnlToStringWithEmptyLines(Iterable l) { ret pnlToString(map(l, o -> o + "\n")); }