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