1 | static O ai_find1(Web web, long limit) { |
2 | infoBox("Thinking & making code..."); |
3 | |
4 | WebNode find = web_findNode(web, "Find"); |
5 | WebNode op = web_operand(find); |
6 | print("Finding: " + op); |
7 | S plural = plural(dropArticle(web_text(op))); |
8 | print("Plural: " + plural); |
9 | |
10 | Iterator iterator = ai_enumeratorFor(web, plural); |
11 | L testers = ai_makeTesters(web, op); |
12 | ret ai_search1(limit, iterator, testers); |
13 | } |
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: | 515 / 535 |
Version history: | 3 change(s) |
Referenced in: | [show references] |