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

7
LINES

< > BotCompany Repo | #1011807 // ai_text - search triple DB

JavaX fragment (include)

static Symbol ai_text(Symbol a, Symbol b, Symbol c) {
  ret firstNotNull(ai_texts(a, b, c));
}

static Symbol ai_text(T3<Symbol> t) {
  ret firstNotNull(ai_texts(t.a, t.b, t.c));
}

Author comment

Began life as a copy of #1011647

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: #1011807
Snippet name: ai_text - search triple DB
Eternal ID of this version: #1011807/9
Text MD5: 332ffede88471e757b99c66bfd066912
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-11 22:28:47
Source code size: 186 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 410 / 446
Version history: 8 change(s)
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)
#1012107 - ai_has - synonym of ai_cache_hasTriple
#1012198 - ai_text_verified - verified only
#1012761 - ai_text_int - search triple DB for integer (return -1 if not found)