static void printWithRisingIndent(L l) { new StringBuilder indent; for (O o : unnull(l)) { print(indent + str(o)); indent.append(" "); } }