static A printWithTime(A a) { ret printWithTime("", a); } static A printWithTime(S s, A a) { print(hmsWithColons() + ": " + s, a); ret a; }