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

6
LINES

< > BotCompany Repo | #1007634 // findAIConceptByNameAndCommentIC

JavaX fragment (include)

static AIConcept findAIConceptByNameAndCommentIC(S name, S comment) {
  for (AIConcept c : values(aiConceptsMap_cached()))
    if (eqic(c.name, name) && eqic(c.comment, comment))
      ret c;
  null;
}

Author comment

Began life as a copy of #1007550

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: #1007634
Snippet name: findAIConceptByNameAndCommentIC
Eternal ID of this version: #1007634/2
Text MD5: 76f023e00fa3733e0e3a190c3b0ee029
Author: stefan
Category: javax / a.i.
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-03-29 16:54:50
Source code size: 206 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 460 / 458
Version history: 1 change(s)
Referenced in: [show references]