!7 sS snippetID = #1012244; p { print("Analyzing " + snippetID); print(); L l = versionsOfSnippetWithText(snippetID); S text = loadSnippet(snippetID); for (SnippetVersion v : l) { continue unless eqic(v.change, "Text changed"); printAsciiHeading(v.date); print(unidiff(text, v.previousValue)); text = v.previousValue; } }