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: 407 / 442
Version history: 8 change(s)
Referenced in: [show references]