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

12
LINES

< > BotCompany Repo | #1012101 // ai_spec_include

JavaX fragment (include)

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: 402 / 420
Version history: 3 change(s)
Referenced in: [show references]