sclass GazelleRevisitedLine { GazelleLine line; L tree; toString { ret line + ": " + n2(tree, "result") + "\n" + indentx(lines_rtrim(tree)); } }