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

6
LINES

< > BotCompany Repo | #1008093 // printLispStatements - also prints statement IDs

JavaX fragment (include)

static void printLispStatements() {
  printNumberedLines(map(func(LispStatement s) {
    "[" + s.globalID + "] " + s.term
  }, values(lispStatements_cached())));
  print();
}

Author comment

Began life as a copy of #1008088

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: #1008093
Snippet name: printLispStatements - also prints statement IDs
Eternal ID of this version: #1008093/2
Text MD5: f89d3d3d180b2b9c28a302a7d271afba
Author: stefan
Category: javax / a.i.
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-04-24 14:45:26
Source code size: 179 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 389 / 430
Version history: 1 change(s)
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)
#1008114 - printPrettyFacts