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

6
LINES

< > BotCompany Repo | #1009244 // matchesToFormatArgs

JavaX fragment (include)

static O[] matchesToFormatArgs(Matches m) {
  O[] o = new O[l(m.m)];
  for (int i = 0; i < l(m.m); i++)
    o[i] = unquote(m.m[i]);
  ret o;
}

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: #1009244
Snippet name: matchesToFormatArgs
Eternal ID of this version: #1009244/1
Text MD5: ee21f5b21be02135a1aab7b548aa55d9
Author: stefan
Category: javax / talking robots
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-07-19 19:22:57
Source code size: 147 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 400 / 416
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)