static void ai_spec_include(Web web) { T3<S> t = webToTriple(web); ai_spec_include(t.a, t.b, t.c); } static void ai_spec_include(S a, S b, S c) { //print("ai_spec_include " + a + " " + b + " " + c); ret unless eqic(b, 'include); S x = a(singular(a)); for (S s : ai_parseList(c)) post(s, 'is, x); }
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: | #1012101 |
Snippet name: | ai_spec_include |
Eternal ID of this version: | #1012101/4 |
Text MD5: | b6982ed29c6e1355ddaa873cf9d28a6f |
Author: | stefan |
Category: | javax / a.i. |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2018-01-11 16:27:59 |
Source code size: | 325 bytes / 12 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 467 / 488 |
Version history: | 3 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |