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

8
LINES

< > BotCompany Repo | #1010226 // web_userWebsForTabs

JavaX fragment (include)

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: 436 / 430
Version history: 1 change(s)
Referenced in: [show references]