static char alphabetLetter(int i) { ret (char) (((int) 'a')+i-1); }
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: | #1005582 |
Snippet name: | alphabetLetter - make 'a', 'b' etc. from index |
Eternal ID of this version: | #1005582/1 |
Text MD5: | 023f099bd4bdf2681242d6cea5e5f613 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2016-11-28 15:05:07 |
Source code size: | 71 bytes / 3 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 553 / 574 |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1009048 - alphabetLetterUpper - make 'A', 'B' etc. from index |