static L linesToCLWithVars(S text, final L varCollector) { ret listToCL(map(func(S s) { xyzToNewIDs(s, varCollector) }, linesToCL_prepare(text))); }