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

6
LINES

< > BotCompany Repo | #1002760 // snlAllToText

JavaX fragment (include)

static S snlAllToText(L<Lisp> trees) {
  new L<S> l;
  for (Lisp tree : trees)
    l.add(snlToText(tree));
  ret joinLines(l);
}

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: #1002760
Snippet name: snlAllToText
Eternal ID of this version: #1002760/1
Text MD5: 5f2c7952cbd506359ba214c162e959ba
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2016-02-20 20:48:18
Source code size: 135 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 568 / 508
Referenced in: [show references]