1 | static S ai_answerFromCache(S q) { |
2 | repeat 10 { |
3 | try answer ai_renderNodesList(ai_search_dollarX_verified("$X", "answers", q), null, " or "); |
4 | try answer ai_standardAnswer(q); |
5 | WebNode n = first(ai_search_dollarX_verified(q, "see answer to:", "$X")); |
6 | if (n != null) |
7 | q = web_text(n); |
8 | else |
9 | break; |
10 | } |
11 | null; |
12 | } |
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: | 548 / 580 |
Version history: | 5 change(s) |
Referenced in: | [show references] |