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

7
LINES

< > BotCompany Repo | #1012531 // ai_hasTerm

JavaX fragment (include)

static bool ai_hasTerm(S term) {
  S s = ai_shortenForIndex(term);
  if (s == term)
    ret ai_mainIndexKeys().contains(term);
  else
    ret cic(ai_expandShortenedKeys(s), term);
}

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: #1012531
Snippet name: ai_hasTerm
Eternal ID of this version: #1012531/4
Text MD5: 571efa9b764a582d4e9a8b7d61f8ae9a
Author: stefan
Category: javax / a.i.
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-12-26 06:10:55
Source code size: 187 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 327 / 539
Version history: 3 change(s)
Referenced in: [show references]