static S rules_unfoldIndented(S s) { print("Tabs? " + containsTabs(s)); s = s.replace("\t", " "); ret s; }