static char charPlus(char a, int b) { ret (char) (((int) a) + b); } static char charPlus(int b, char a) { ret charPlus(a, b); }
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: | 743 / 804 |
| Version history: | 1 change(s) |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1012507 - strCharPlus - str(charPlus) |