1 | static void ai_prepLoadFunctions() { |
2 | setOpt(mc(), loadFunctions_veryQuickJava := f ai_prepLoadFunctions_veryQuickJava); |
3 | } |
4 | |
5 | static Class ai_prepLoadFunctions_veryQuickJava(S code) { |
6 | code = smartBotEval_prelude() + "\nplease include function ai_spec_init.\n" + code; |
7 | Class c = veryQuickJava(code); |
8 | ai_copyVarsToChild(c); |
9 | call(c, 'ai_spec_init); |
10 | ret c; |
11 | } |
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: | #1013426 |
Snippet name: | ai_prepLoadFunctions |
Eternal ID of this version: | #1013426/3 |
Text MD5: | c9c9622da610e5cef2c24adb7df04bd3 |
Author: | stefan |
Category: | javax / a.i. |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2018-01-08 05:37:53 |
Source code size: | 373 bytes / 11 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 390 / 460 |
Version history: | 2 change(s) |
Referenced in: | [show references] |