Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

11
LINES

< > BotCompany Repo | #1012156 // ai_printSubSpace

JavaX fragment (include)

static void ai_printSubSpace(AI_SubSpace ss) {
  if (ss == null) ret;
  print("Subspace with " + nWeb(ss.webs) + ":");
  for (Web web : ss.webs)
    print("  " + webToStringShort(web));
  print();
}

static void ai_printSubSpace() {
  ai_printSubSpace(ai_currentSubSpace());
}

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: 320 / 360
Version history: 1 change(s)
Referenced in: [show references]