1 | static void ai_printSubSpace(AI_SubSpace ss) { |
2 | if (ss == null) ret; |
3 | print("Subspace with " + nWeb(ss.webs) + ":"); |
4 | for (Web web : ss.webs) |
5 | print(" " + webToStringShort(web)); |
6 | print(); |
7 | } |
8 | |
9 | static void ai_printSubSpace() { |
10 | ai_printSubSpace(ai_currentSubSpace()); |
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: | #1012156 |
Snippet name: | ai_printSubSpace |
Eternal ID of this version: | #1012156/2 |
Text MD5: | f39d9c36fe6b1babc626cbd80b8250e8 |
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-06 21:48:45 |
Source code size: | 286 bytes / 11 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 388 / 442 |
Version history: | 1 change(s) |
Referenced in: | [show references] |