static LineBuffer unquotingLineBuffer(fO onLine) { ret LineBuffer(voidfunc(S line) { if (isQuoted(line)) pcallF(onLine, unquote(line)); }); }