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

7
LINES

< > BotCompany Repo | #1015774 // botAppendToMechList_uniq - only add lines that don't exist (honoring case)

JavaX fragment (include)

static S botAppendToMechList_uniq(S name, S text) {
  ret botAppendToMechList_mode(name, text, 'uniq);
}

static S botAppendToMechList_uniq(S name, L<S> lines) {
  ret botAppendToMechList_mode(name, lines, 'uniq);
}

Author comment

Began life as a copy of #1014246

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: #1015774
Snippet name: botAppendToMechList_uniq - only add lines that don't exist (honoring case)
Eternal ID of this version: #1015774/1
Text MD5: 916b00a587e2dab077c11cf59683ca56
Author: stefan
Category: javax / a.i.
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-05-27 16:53:21
Source code size: 221 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 288 / 327
Referenced in: [show references]