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

6
LINES

< > BotCompany Repo | #1022371 // englishWeekdays - 0=Sunday

JavaX fragment (include)

static LS englishWeekdays_list = ll("Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday");


static LS englishWeekdays() {
  ret englishWeekdays_list;
}

Author comment

Began life as a copy of #1020694

download  show line numbers  debug dex  old transpilations   

Travelled to 7 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1022371
Snippet name: englishWeekdays - 0=Sunday
Eternal ID of this version: #1022371/2
Text MD5: 06381775a0ea3f73b064345a841fd483
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-03-16 07:24:44
Source code size: 181 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 186 / 232
Version history: 1 change(s)
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)
#1022551 - parseEnglishWeekday - 1=Sunday - 0 if not found
#1028562 - englishWeekdays_ciSet