static S upperCaseAlphabet() { char[] x = new char[26]; for i over x: x[i] = alphabetLetterUpper(i+1); ret str(x); }
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: | #1009049 |
Snippet name: | upperCaseAlphabet |
Eternal ID of this version: | #1009049/1 |
Text MD5: | 071045a9141ee5eaa8c929eedc1509a9 |
Author: | stefan |
Category: | javax / desktop |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2017-06-30 20:35:15 |
Source code size: | 126 bytes / 5 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 560 / 589 |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1009050 - lowerCaseAlphabet |