static > B pnlIf(bool print, B l) { if (print) pnl(l); ret l; }