static void ctxAppendOutput(S text) { if (empty(text)) ret; StringBuilder buf = ctxContext().newOutput; if (nempty(buf)) buf.append(" "); buf.append(text); }