static String cncToLines(List<String> cnc) {
    StringBuilder out = new StringBuilder();
    for (String token : cnc)
      out.append(quote(token) + "\n");
    return out.toString();
  }
  Snippet is not live.
Travelled to 12 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #2000444 | 
| Snippet name: | function cncToLines | 
| Eternal ID of this version: | #2000444/1 | 
| Text MD5: | 41d564ec23c62fb7956ffa234cc3aba0 | 
| Author: | stefan | 
| Category: | javax | 
| Type: | New Tinybrain snippet | 
| Public (visible to everyone): | Yes | 
| Archived (hidden from active list): | No | 
| Created/modified: | 2015-07-06 18:44:32 | 
| Source code size: | 199 bytes / 6 lines | 
| Pitched / IR pitched: | No / Yes | 
| Views / Downloads: | 823 / 882 | 
| Referenced in: | [show references] |