1 | static char charPlus(char a, int b) {
|
2 | ret (char) (((int) a) + b); |
3 | } |
4 | |
5 | static char charPlus(int b, char a) { |
6 | ret charPlus(a, b); |
7 | } |
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: | 742 / 804 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |