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

11
LINES

< > BotCompany Repo | #1013763 // ai_findTriple

JavaX fragment (include)

1  
static TripleWeb ai_findTriple(S a, S b, S c) {
2  
  if (a == null || b == null || c == null) null;
3  
  
4  
  if (ai_useThoughtSpaces())
5  
    ret thoughtSpace().findTriple(symbol(a), symbol(b), symbol(c));
6  
  fail("outdated stuff");
7  
}
8  
9  
static TripleWeb ai_findTriple(T3<S> t) {
10  
  ret ai_findTriple(t.a, t.b, t.c);
11  
}

Author comment

Began life as a copy of #1011336

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: #1013763
Snippet name: ai_findTriple
Eternal ID of this version: #1013763/1
Text MD5: b99a1824a08305bf3f4f15b929515c73
Author: stefan
Category: javax / a.i.
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-02-27 01:48:30
Source code size: 315 bytes / 11 lines
Pitched / IR pitched: No / No
Views / Downloads: 250 / 291
Referenced in: [show references]