Libraryless. Click here for Pure Java version (1626L/11K/36K).
1 | !752 |
2 | p{
|
3 | makeBot("bigger word bot");
|
4 | } |
5 | answer {
|
6 | if(matchStart("answer me: is * a longer word than *?",s,m)){
|
7 | if(l(m.unq(0)) > l(m.unq(1))){
|
8 | ret "yes"; |
9 | }else{
|
10 | ret "no"; |
11 | } |
12 | } |
13 | if(matchStart("answer me: is * a shorter word than *?",s,m)){
|
14 | if(l(m.unq(0)) < l(m.unq(1))){
|
15 | ret "yes"; |
16 | }else{
|
17 | ret "no"; |
18 | } |
19 | } |
20 | } |
Began life as a copy of #1002394
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1002405 |
| Snippet name: | Bigger Word Bot |
| Eternal ID of this version: | #1002405/1 |
| Text MD5: | d3a8058c5a70346bd244f2a16bf47352 |
| Transpilation MD5: | 882b04405d4436c1522a981151f5e7ab |
| Author: | bgrgndz |
| Category: | javax |
| Type: | JavaX source code |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2016-01-19 18:01:16 |
| Source code size: | 374 bytes / 20 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 1320 / 2018 |
| Referenced in: | [show references] |