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))); }
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: | 489 / 552 |
Version history: | 5 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1012420 - postVerbose #1012567 - ai_post - synonym of ai_postTriple #1012915 - post_verified |