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

9
LINES

< > BotCompany Repo | #1027170 // printAfterNewLine - synonym of nlPrint

JavaX fragment (include)

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



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

download  show line numbers  debug dex  old transpilations   

Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv

No comments. add comment

Snippet ID: #1027170
Snippet name: printAfterNewLine - synonym of nlPrint
Eternal ID of this version: #1027170/1
Text MD5: 446a0358ab98cdd6c05d075415bf8197
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-02-24 00:57:35
Source code size: 138 bytes / 9 lines
Pitched / IR pitched: No / No
Views / Downloads: 100 / 126
Referenced in: [show references]