Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

8
LINES

< > BotCompany Repo | #1010228 // web_userWebsForTabs2 - one question web, rest is helpers

JavaX fragment (include)

static O[] web_userWebsForTabs2(L<Web> webs) {
  O[] params = new O[l(webs)*2];
  for i over webs: {
    params[i*2] = i == 0 ? "Question" : "Helper web " + i;
    params[i*2+1] = webs.get(i);
  }
  ret params;
}

Author comment

Began life as a copy of #1010226

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: #1010228
Snippet name: web_userWebsForTabs2 - one question web, rest is helpers
Eternal ID of this version: #1010228/3
Text MD5: 9d701a386d90382596e93806999aa1b1
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:30:42
Source code size: 219 bytes / 8 lines
Pitched / IR pitched: No / No
Views / Downloads: 468 / 471
Version history: 2 change(s)
Referenced in: [show references]