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

9
LINES

< > BotCompany Repo | #1031191 // printWithNewLineBefore - synonym of nlPrint

JavaX fragment (include)

static <A> A printWithNewLineBefore(A o) {
  ret nlPrint(o);
}



static <A> A printWithNewLineBefore(S prefix, A o) {
  ret nlPrint(prefix, o);
}

download  show line numbers  debug dex  old transpilations   

Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt

No comments. add comment

Snippet ID: #1031191
Snippet name: printWithNewLineBefore - synonym of nlPrint
Eternal ID of this version: #1031191/1
Text MD5: d92a55b9a51228884082c1e6d00ff6e7
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-05-19 23:25:20
Source code size: 148 bytes / 9 lines
Pitched / IR pitched: No / No
Views / Downloads: 91 / 123
Referenced in: [show references]