static > A printLines(S msg default "", A c) { for (O o : unnull(c)) print(msg, o); ret c; } svoid printLines(Iterable l, IF1 f) { for (S s : mapI(l, f)) print(s); }