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

8
LINES

< > BotCompany Repo | #1007751 // Quick Answer Bot [dev.]

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

Libraryless. Click here for Pure Java version (5255L/36K/118K).

!7

p { makeBot(); }

answer {
  if (match("what is * plus *", s, m) && isInteger($1) && isInteger($2))
    ret str(plus(bigint($1), bigint($2)));
}

download  show line numbers  debug dex  old transpilations   

Travelled to 14 computer(s): ajlfxifxfcul, aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

-
Snippet ID: #1007751
Snippet name: Quick Answer Bot [dev.]
Eternal ID of this version: #1007751/4
Text MD5: 2119082414fd3fb2db42a02c366a42ef
Transpilation MD5: 3d9b660b8788adb882f0a305de062a1d
Author: stefan
Category: javax / a.i. / html
Type: JavaX source code
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-04-03 15:11:30
Source code size: 155 bytes / 8 lines
Pitched / IR pitched: No / No
Views / Downloads: 424 / 507
Version history: 3 change(s)
Referenced in: