static O[] web_userWebsForTabs(L<Web> webs) { O[] params = new O[l(webs)*2]; for i over webs: { params[i*2] = "User input " + (i+1); params[i*2+1] = webs.get(i); } ret params; }
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: | #1010226 |
Snippet name: | web_userWebsForTabs |
Eternal ID of this version: | #1010226/2 |
Text MD5: | 305a69435017890dde05cc9a05b51d48 |
Author: | stefan |
Category: | javax / a.i. |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2017-09-06 21:29:01 |
Source code size: | 200 bytes / 8 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 508 / 503 |
Version history: | 1 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1010228 - web_userWebsForTabs2 - one question web, rest is helpers |