static void printNumberedParagraphs(L paragraphs) { for i over paragraphs: { print((i + 1) + "."); printIndent(paragraphs.get(i)); } }