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

12
LINES

< > BotCompany Repo | #1011636 // ai_answerFromCache

JavaX fragment (include)

static S ai_answerFromCache(S q) {
  repeat 10 {
    try answer ai_renderNodesList(ai_search_dollarX_verified("$X", "answers", q), null, " or ");
    try answer ai_standardAnswer(q);
    WebNode n = first(ai_search_dollarX_verified(q, "see answer to:", "$X"));
    if (n != null)
      q = web_text(n);
    else
      break;
  }
  null;
}

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: #1011636
Snippet name: ai_answerFromCache
Eternal ID of this version: #1011636/6
Text MD5: 43b220f2a96531283c35d31f624a286f
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-08 04:05:34
Source code size: 349 bytes / 12 lines
Pitched / IR pitched: No / No
Views / Downloads: 452 / 479
Version history: 5 change(s)
Referenced in: [show references]