1 | svoid test_AI_CalculationBot() {
|
2 | new AI_CalculationBot bot; |
3 | testAttractorBotResponses(bot, |
4 | "22 * 11", "242", |
5 | "10 + 2 + 3", "15", |
6 | "5 - 3", "2", |
7 | "5 - 3 - 1", "1"); |
8 | } |
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: | #1023150 |
| Snippet name: | test_AI_CalculationBot |
| Eternal ID of this version: | #1023150/4 |
| Text MD5: | f6ad8e9fd02350b19a36903c56147d45 |
| Author: | stefan |
| Category: | javax / a.i. |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-05-15 19:20:04 |
| Source code size: | 190 bytes / 8 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 445 / 508 |
| Version history: | 3 change(s) |
| Referenced in: | [show references] |