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

13
LINES

< > BotCompany Repo | #1010225 // ai_find1

JavaX fragment (include)

static O ai_find1(Web web, long limit) {
  infoBox("Thinking & making code...");
  
  WebNode find = web_findNode(web, "Find");
  WebNode op = web_operand(find);
  print("Finding: " + op);
  S plural = plural(dropArticle(web_text(op)));
  print("Plural: " + plural);
  
  Iterator iterator = ai_enumeratorFor(web, plural);
  L testers = ai_makeTesters(web, op);
  ret ai_search1(limit, iterator, testers);
}

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: #1010225
Snippet name: ai_find1
Eternal ID of this version: #1010225/4
Text MD5: 3c0d0f21cdfbdb669a10fbd2078e8dc8
Author: stefan
Category: javax / a.i.
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-09-06 21:36:11
Source code size: 419 bytes / 13 lines
Pitched / IR pitched: No / No
Views / Downloads: 408 / 431
Version history: 3 change(s)
Referenced in: [show references]