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

6
LINES

< > BotCompany Repo | #1008114 // printPrettyFacts

JavaX fragment (include)

1  
static void printPrettyFacts() {
2  
  printNumberedLines(map(func(LispStatement s) {
3  
    "[" + s.globalID + "] " + lispToEnglish_prettier(s.term)
4  
  }, values(lispStatements_cached())));
5  
  print();
6  
}

Author comment

Began life as a copy of #1008093

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: #1008114
Snippet name: printPrettyFacts
Eternal ID of this version: #1008114/1
Text MD5: a68b481de018db3fe3f26801202cd7cc
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 23:40:25
Source code size: 200 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 351 / 373
Referenced in: [show references]