Libraryless. Click here for Pure Java version (2183L/14K).
1 | static S textOut_or(Cl l) { |
2 | ret textOut_or(l, "nothing"); |
3 | } |
4 | |
5 | static S textOut_or(Cl l, S emptyText) { |
6 | if (empty(l)) ret emptyText; |
7 | L<S> separators = rep(", ", l(l)-2); |
8 | separators.add(" or "); |
9 | ret join_flex(separators, l); |
10 | } |
Began life as a copy of #1009473
download show line numbers debug dex old transpilations
Travelled to 15 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
Snippet ID: | #1017496 |
Snippet name: | textOut_or - join strings as "a, b or c" |
Eternal ID of this version: | #1017496/4 |
Text MD5: | 8c05222413d0febfb4ff74c2e4a9bcc7 |
Transpilation MD5: | f87300064ea5439249c56bd17c9fadb2 |
Author: | stefan |
Category: | javax / a.i. |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2020-01-20 15:09:54 |
Source code size: | 242 bytes / 10 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 521 / 634 |
Version history: | 3 change(s) |
Referenced in: | [show references] |