static S firstLineFromFile(File f) { IterableIterator it = linesFromFile(f); temp it; ret first(it); }