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

9
LINES

< > BotCompany Repo | #1035347 // printAfterNL - synonym of nlPrint

JavaX fragment (include)

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



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

download  show line numbers  debug dex  old transpilations   

Travelled to 2 computer(s): mowyntqkapby, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1035347
Snippet name: printAfterNL - synonym of nlPrint
Eternal ID of this version: #1035347/1
Text MD5: dd2681e52a05cf27ee437132e1b41200
Author: someone
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-05-01 19:28:38
Source code size: 128 bytes / 9 lines
Pitched / IR pitched: No / No
Views / Downloads: 54 / 59
Referenced in: [show references]