1 | static S post(T3<S> t) { |
2 | ifdef TripleAI |
3 | ret ai_postTriple(t); |
4 | endifdef |
5 | ifndef TripleAI |
6 | ret null; |
7 | endifndef |
8 | } |
9 | |
10 | static S post(S a, S b, S c) { |
11 | ifdef TripleAI |
12 | ret ai_postTriple(a, b, c); |
13 | endifdef |
14 | ifndef TripleAI |
15 | ret null; |
16 | endifndef |
17 | } |
18 | |
19 | static S post(Symbol a, Symbol b, int c) { |
20 | ret post(a, b, symbol(str(c))); |
21 | } |
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: | 490 / 554 |
Version history: | 5 change(s) |
Referenced in: | [show references] |