1 | static L<S> englishMonthName_data = ll("January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"); |
2 | |
3 | // nr = 1 to 12 |
4 | static S englishMonthName(int nr) { |
5 | ret get(englishMonthName_data, nr-1); |
6 | } |
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: | #1009840 |
Snippet name: | englishMonthName |
Eternal ID of this version: | #1009840/1 |
Text MD5: | 6833495dc4a411683c80cd28524c96a8 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2017-08-21 15:43:14 |
Source code size: | 261 bytes / 6 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 453 / 506 |
Referenced in: | [show references] |