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

7
LINES

< > BotCompany Repo | #1003328 // psl - short for print(structureLines(x))

JavaX fragment (include)

static void psl(O o) {
  print(structureLines(o));
}

static void psl(S indent, O o) {
  printIndent(indent, structureLines(o));
}

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1003328
Snippet name: psl - short for print(structureLines(x))
Eternal ID of this version: #1003328/1
Text MD5: 5c49dba981bbc24c5d561bb28002b94a
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2016-10-04 21:52:34
Source code size: 136 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 560 / 658
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)