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

7
LINES

< > BotCompany Repo | #1014379 // mechListAppend - synonym of botAppendToMechList_uniqCI - only add lines that don't exist (ignoring case)

JavaX fragment (include)

static S mechListAppend(S name, S text) {
  ret botAppendToMechList_uniqCI(name, text);
}

static S mechListAppend(S name, L<S> lines) {
  ret botAppendToMechList_uniqCI(name, lines);
}

Author comment

Began life as a copy of #1014349

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: #1014379
Snippet name: mechListAppend - synonym of botAppendToMechList_uniqCI - only add lines that don't exist (ignoring case)
Eternal ID of this version: #1014379/4
Text MD5: 7371aa1643a94a9938100e541c5a3ce5
Author: stefan
Category: javax / a.i.
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-04-21 13:01:24
Source code size: 191 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 300 / 339
Version history: 3 change(s)
Referenced in: [show references]