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

12
LINES

< > BotCompany Repo | #1012065 // ai_spec_possiblyToActually

JavaX fragment (include)

static void ai_spec_possiblyToActually(Collection<Web> webs) {
  for (Web web : webs)
    ai_spec_possiblyToActually(web);
}

static void ai_spec_possiblyToActually(Web web) {
  T3<S> t = webToTriple(web);
  if (t == null) ret;
  new Matches m;
  if (swic(t.b, "possibly ", m))
    ai_postTriple(t.a, m.rest(), t.c);
}

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: #1012065
Snippet name: ai_spec_possiblyToActually
Eternal ID of this version: #1012065/3
Text MD5: cda8bdb2f83649d2a61b6ae95ab58c6c
Author: stefan
Category: javax / a.i.
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-11-17 07:49:30
Source code size: 329 bytes / 12 lines
Pitched / IR pitched: No / No
Views / Downloads: 472 / 478
Version history: 2 change(s)
Referenced in: [show references]