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

16
LINES

< > BotCompany Repo | #1005368 // How many elements are in the list ...

JavaX source code [tags: use-pretranspiled] - run with: x30.jar

Libraryless. Click here for Pure Java version (3168L/22K/72K).

!752

p { makeBot(); }

answer {
  if "how many elements are in the list *"
    ret lstr(parseList($1));
}

static L parseList(S s) {
  ret (L) flexFunction("parseList", s);
}

static L parseList_default(S s) {
  ret unquoteAll(codeTokens(dropPunctuation(javaTok(s))));
}

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: #1005368
Snippet name: How many elements are in the list ...
Eternal ID of this version: #1005368/1
Text MD5: 99433d430c4036f97ac170a9d40aadf8
Transpilation MD5: 3617f9a2a31b6bf06bb8fae87bd9f797
Author: stefan
Category: javax / a.i.
Type: JavaX source code
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2016-11-09 19:26:36
Source code size: 286 bytes / 16 lines
Pitched / IR pitched: No / No
Views / Downloads: 534 / 632
Referenced in: [show references]