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

11
LINES

< > BotCompany Repo | #1005519 // _print - synonym of print where print symbol is obstructed

JavaX fragment (include)

1  
static <A> A _print(S s, A a) {
2  
  ret print(s, a);
3  
}
4  
5  
static <A> A _print(A a) {
6  
  ret print(a);
7  
}
8  
9  
static void _print() {
10  
  print();
11  
}

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1005519
Snippet name: _print - synonym of print where print symbol is obstructed
Eternal ID of this version: #1005519/4
Text MD5: 67b1331d08fcba192681c50c25ccf7dc
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-08-19 20:30:43
Source code size: 145 bytes / 11 lines
Pitched / IR pitched: No / No
Views / Downloads: 566 / 603
Version history: 3 change(s)
Referenced in: [show references]