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

3
LINES

< > BotCompany Repo | #1007816 // linesToCLWithVars - replace X, Y, Z etc. with new ids

JavaX fragment (include)

static L<S> linesToCLWithVars(S text, final L<S> varCollector) {
  ret listToCL(map(func(S s) { xyzToNewIDs(s, varCollector) }, linesToCL_prepare(text)));
}

Author comment

Began life as a copy of #1007665

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: #1007816
Snippet name: linesToCLWithVars - replace X, Y, Z etc. with new ids
Eternal ID of this version: #1007816/5
Text MD5: 3bbaea6ef9c06f237a4b8e2636668173
Author: stefan
Category: javax / a.i.
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-04-10 12:07:38
Source code size: 160 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 419 / 417
Version history: 4 change(s)
Referenced in: [show references]