Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

6
LINES

< > BotCompany Repo | #1009840 // englishMonthName

JavaX fragment (include)

static L<S> englishMonthName_data = ll("January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December");

// nr = 1 to 12
static S englishMonthName(int nr) {
  ret get(englishMonthName_data, nr-1);
}

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: 352 / 413
Referenced in: [show references]