static ai_renderList(L l) { if (empty(l)) ret "-"; ret joinWithComma(allToString(l)); }