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

6
LINES

< > BotCompany Repo | #1002864 // nlUnparseLines

JavaX fragment (include)

1  
static S nlUnparseLines(L<Lisp> terms) {
2  
  new StringBuilder buf;
3  
  for (Lisp term : terms)
4  
    buf.append(nlUnparse(term)).append("\n");
5  
  ret str(buf);
6  
}

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: #1002864
Snippet name: nlUnparseLines
Eternal ID of this version: #1002864/1
Text MD5: ce3a6829de86fda1a8c7ce4561d629bd
Author: stefan
Category: eleu
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2016-03-09 19:24:45
Source code size: 160 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 506 / 436
Referenced in: [show references]