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

9
LINES

< > BotCompany Repo | #1035560 // printN2 function - print + n2

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (9122L/50K).

static long mapMethodLike printN2(S s, long n) {
  print(s, n2(n));
  ret n;
}

static long printN2(long n) {
  print(n2(n));
  ret n;
}

Author comment

Began life as a copy of #1000658

download  show line numbers  debug dex  old transpilations   

Travelled to 2 computer(s): elmgxqgtpvxh, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1035560
Snippet name: printN2 function - print + n2
Eternal ID of this version: #1035560/2
Text MD5: c9d793b94221aeef758110ac75864421
Transpilation MD5: 66255c36447c14734c348bd811f8239e
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-06-16 22:01:30
Source code size: 144 bytes / 9 lines
Pitched / IR pitched: No / No
Views / Downloads: 56 / 82
Version history: 1 change(s)
Referenced in: [show references]