static A printWithNewLineBefore(A o) { ret nlPrint(o); } static A printWithNewLineBefore(S prefix, A o) { ret nlPrint(prefix, o); }