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

12
LINES

< > BotCompany Repo | #1001937 // Echo Bot ("please say ...")

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

Libraryless. Click here for Pure Java version (1625L/11K/38K).

!752

p {
  makeBot("Echo Bot (\"Please say...\").");
}

static S answer(S s) {
  new Matches m;
  if (match("please say *", s, m))
    ret m.unq(0);
  ret null;
}

download  show line numbers  debug dex  old transpilations   

Travelled to 16 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, jtubtzbbkimh, lpdgvwnxivlt, mqqgnosmbjvj, onxytkatvevr, pyentgdyhuwx, pzhvpgtvlbxg, teubizvjbppd, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1001937
Snippet name: Echo Bot ("please say ...")
Eternal ID of this version: #1001937/1
Text MD5: eeb677748b6f2d6f2a9fe4c294652ce2
Transpilation MD5: b45506ede98fc6a59815eddd506d2566
Author: stefan
Category:
Type: JavaX source code
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2016-02-25 20:10:45
Source code size: 174 bytes / 12 lines
Pitched / IR pitched: No / No
Views / Downloads: 728 / 2422
Referenced in: [show references]