!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_dropAllTags, contentsOfPTags(html));
//printNumberedLines(paragraphs);
for (S p : paragraphs) {
print("#P#");
print(p);
}
}