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

7
LINES

< > BotCompany Repo | #1012272 // charPlus - opposite of charDiff

JavaX fragment (include)

static char charPlus(char a, int b) {
  ret (char) (((int) a) + b);
}

static char charPlus(int b, char a) {
  ret charPlus(a, b);
}

Author comment

Began life as a copy of #1007413

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1012272
Snippet name: charPlus - opposite of charDiff
Eternal ID of this version: #1012272/2
Text MD5: ba29fc3c9436386ddd26bc33fc1bcb8e
Author: stefan
Category: javax / a.i.
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-05-20 18:00:53
Source code size: 134 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 417 / 459
Version history: 1 change(s)
Referenced in: [show references]