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

9
LINES

< > BotCompany Repo | #1021717 // gazelle_emojisWithoutPosNeg

JavaX fragment (include)

static LS gazelle_emojisWithoutPosNeg() {
  new LS out;
  for (S s : dm_discord_allSeenEmojis()) {
    O e = dm_call('emojisCRUD, 'addEmoji, s);
    if (empty(getString posNeg(e)))
      out.add(s);
  }
  ret out;
}

Author comment

Began life as a copy of #1021714

download  show line numbers  debug dex  old transpilations   

Travelled to 8 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, whxojlpjdney

No comments. add comment

Snippet ID: #1021717
Snippet name: gazelle_emojisWithoutPosNeg
Eternal ID of this version: #1021717/1
Text MD5: ac6911e2f1e882815b7812750b4b876d
Author: stefan
Category: javax / discord / a.i.
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-02-24 19:13:25
Source code size: 223 bytes / 9 lines
Pitched / IR pitched: No / No
Views / Downloads: 195 / 219
Referenced in: [show references]