!7
p {
set loadPage_debug;
S html = loadPageWithUserAgent("http://legend.freebooks2017.org/Legend_1/index_2.html", "Mac Safari");
print("Loaded: " + l(html));
L paragraphs = map(f htmldecode_dropTags, contentsOfPTags(html));
printNumberedLines(paragraphs);
}