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