Libraryless. Click here for Pure Java version (5255L/36K/118K).
1 | !7 |
2 | |
3 | p { makeBot(); }
|
4 | |
5 | answer {
|
6 | if (match("what is * plus *", s, m) && isInteger($1) && isInteger($2))
|
7 | ret str(plus(bigint($1), bigint($2))); |
8 | } |
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: | 725 / 868 |
| Version history: | 3 change(s) |
| Referenced in: | [show references] |