static L linesToCL(S text) { ret listToCL(toLinesFullTrim(joinLines(map(f javaDropComments, toLinesFullTrim(text))))); }