1 | static void ai_spec_include(Web web) { |
2 | T3<S> t = webToTriple(web); |
3 | ai_spec_include(t.a, t.b, t.c); |
4 | } |
5 | |
6 | static void ai_spec_include(S a, S b, S c) { |
7 | //print("ai_spec_include " + a + " " + b + " " + c); |
8 | ret unless eqic(b, 'include); |
9 | S x = a(singular(a)); |
10 | for (S s : ai_parseList(c)) |
11 | post(s, 'is, x); |
12 | } |
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: | 468 / 489 |
Version history: | 3 change(s) |
Referenced in: | [show references] |