1 | static void ai_spec_whatIsTheLength(S s) { |
2 | new Matches m; |
3 | if (!swic(unquote(s), "how long is ", m)) ret; |
4 | S postUnder = optQuote(s); |
5 | S thing = m.get(0); |
6 | print("ai_spec_whatIsTheLength thing: " + thing); |
7 | |
8 | // trigger required speculations |
9 | |
10 | post(postUnder, "possibly related to:", thing); |
11 | ai_triggerSpeculationOn(thing); |
12 | |
13 | // harvest answer |
14 | post(ai_forward(thing, "has length"), "answers", postUnder); |
15 | } |
Began life as a copy of #1012794
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: | #1012799 |
Snippet name: | ai_spec_whatIsTheLength |
Eternal ID of this version: | #1012799/10 |
Text MD5: | bf20f828d742346cde4130e328bdab41 |
Author: | stefan |
Category: | javax / a.i. |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2017-12-13 17:32:00 |
Source code size: | 439 bytes / 15 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 379 / 405 |
Version history: | 9 change(s) |
Referenced in: | [show references] |