static S ai_renderNodesList(L<WebNode> l) { ret ai_renderNodesList(l, "-"); } static S ai_renderNodesList(L<WebNode> l, S defaultText) { ret empty(l) ? defaultText : joinWithComma(map web_text(l)); } static S ai_renderNodesList(L<WebNode> l, S defaultText, S joiner) { ret empty(l) ? defaultText : join(joiner, map web_text(l)); }
Began life as a copy of #1010833
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1010834 |
| Snippet name: | ai_renderNodesList |
| Eternal ID of this version: | #1010834/3 |
| Text MD5: | 0c1e914175fcff2731a3a7a45a4528f2 |
| Author: | stefan |
| Category: | javax / a.i. |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-11-01 05:27:13 |
| Source code size: | 348 bytes / 11 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 682 / 705 |
| Version history: | 2 change(s) |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1011054 - ai_renderNode |