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

10
LINES

< > BotCompany Repo | #1012200 // ai_spec_allWords_debug

JavaX fragment (include)

1  
static S ai_spec_allWords_debug(S _s) {
2  
  S s = unquote(_s);
3  
  L<S> l = javaTokC(s);
4  
  print("l=" + sfu(l));
5  
  if (l(l) > 1)
6  
    for (S t : l)
7  
      if (l(t) > 1)
8  
        ai_postTriple_verbose(_s, "possibly related to:", t);
9  
  ret _s;
10  
}

Author comment

Began life as a copy of #1011606

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: #1012200
Snippet name: ai_spec_allWords_debug
Eternal ID of this version: #1012200/1
Text MD5: 1795aeb3c5577c0060357f4ebde583f4
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-23 19:33:06
Source code size: 245 bytes / 10 lines
Pitched / IR pitched: No / No
Views / Downloads: 329 / 355
Referenced in: [show references]