static S ai_renderAndList(L l) { ret textOut_and(l); } static S ai_renderAndList(L l, S emptyText) { ret textOut_and(l, emptyText); }