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

7
LINES

< > BotCompany Repo | #1002661 // joinLines - extends fromLines

JavaX fragment (include)

static S joinLines(List<String> lines) {
  return fromLines(lines);
}

static S joinLines(S glue, S text) {
  ret join(glue, toLines(text));
}

Author comment

Began life as a copy of #1002398

download  show line numbers  debug dex  old transpilations   

Travelled to 16 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, imzmzdywqqli, ishqpsrjomds, lpdgvwnxivlt, mowyntqkapby, mqqgnosmbjvj, onxytkatvevr, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1002661
Snippet name: joinLines - extends fromLines
Eternal ID of this version: #1002661/1
Text MD5: 99c2c211e9739e7f484b47a1b3599eaf
Author: stefan
Category: javac
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2016-07-24 15:21:59
Source code size: 148 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 654 / 1671
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)
#3000382 - Answer for ferdie (>> t = 1, f = 0)