!7 static int maxVersions = 100; p-tt { botWithInput(#1012244); } answer { S snippetID = fsI(trim(s)); L l = textChangesOfSnippet(snippetID, maxVersions); S text = loadSnippet(snippetID); clearConsole(); print(); print("Analyzing " + snippetID); print(); for (SnippetVersion v : takeFirst(maxVersions, l)) { printAsciiHeading(snippetID + " text changed " + v.date); print(unidiff(v.previousValue, text)); text = v.previousValue; } }