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