sS warnIfContainsTabs(S s) { if (containsTabs(s)) warn("Tabs in input: " + quote(shorten(s))); ret s; }