static L linesToCL(S text) { ret listToCL(linesToCL_prepare(text)); } static L linesToCL_prepare(S text) { ret toLinesFullTrim_java(text); }