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

21
LINES

< > BotCompany Repo | #1012096 // post - synonym of ai_postTriple

JavaX fragment (include)

static S post(T3<S> t) {
  ifdef TripleAI
  ret ai_postTriple(t);
  endifdef
  ifndef TripleAI
  ret null;
  endifndef
}

static S post(S a, S b, S c) {
  ifdef TripleAI
  ret ai_postTriple(a, b, c);
  endifdef
  ifndef TripleAI
  ret null;
  endifndef
}

static S post(Symbol a, Symbol b, int c) {
  ret post(a, b, symbol(str(c)));
}

Author comment

Began life as a copy of #1011399

download  show line numbers  debug dex  old transpilations   

Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1012096
Snippet name: post - synonym of ai_postTriple
Eternal ID of this version: #1012096/6
Text MD5: 30315e374dbee65fdef5d7da7b7c4443
Author: stefan
Category: javax / a.i.
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-04-09 20:50:24
Source code size: 354 bytes / 21 lines
Pitched / IR pitched: No / No
Views / Downloads: 419 / 479
Version history: 5 change(s)
Referenced in: [show references]