Libraryless. Click here for Pure Java version (2204L/14K/51K).
!7 static Class mainBot; static S html(S subUri, Map<S, S> params) { S q = params.get("q"); S styleClass = params.get("styleClass"); S style = params.get("style"); S a = trim((S) call(mainBot, "webAnswer", q)); if (isEmpty(a)) a = "(no response)"; S s = htmlencode(a); if (!empty(styleClass)) s = "<span class=" + htmlQuote(styleClass) + ">" + s + "</span>"; if (!empty(style)) s = "<span style=" + htmlQuote(style) + ">" + s + "</style>"; ret s; }
download show line numbers debug dex old transpilations
Travelled to 16 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, jtubtzbbkimh, lpdgvwnxivlt, mqqgnosmbjvj, onxytkatvevr, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment