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

20
LINES

< > BotCompany Repo | #1002405 // Bigger Word Bot

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

Libraryless. Click here for Pure Java version (1626L/11K/36K).

!752
p{
  makeBot("bigger word bot");
}
answer {
  if(matchStart("answer me: is * a longer word than *?",s,m)){
    if(l(m.unq(0)) > l(m.unq(1))){
      ret "yes";
    }else{
      ret "no";
    }
  }
  if(matchStart("answer me: is * a shorter word than *?",s,m)){
    if(l(m.unq(0)) < l(m.unq(1))){
      ret "yes";
    }else{
      ret "no";
    }
  }
}

Author comment

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: 788 / 1334
Referenced in: [show references]