1 | static S ai_muse(O museFunction, O... args) { |
2 | AbstractThoughtSpace prev = thoughtSpace(); |
3 | try { |
4 | callF(museFunction, args); |
5 | AbstractThoughtSpace ts = thoughtSpace(); |
6 | if (!ts instanceof ActualThoughtSpace) |
7 | ret "No thought space returned"; |
8 | ts.parent = null; |
9 | ret ai_forward("#Question", "is"); |
10 | } finally { |
11 | thoughtSpace(prev); |
12 | } |
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: | #1012877 |
Snippet name: | ai_muse |
Eternal ID of this version: | #1012877/3 |
Text MD5: | affb122377f26d248bfd886d4acbf0d1 |
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-14 23:30:59 |
Source code size: | 375 bytes / 13 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 326 / 370 |
Version history: | 2 change(s) |
Referenced in: | [show references] |