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"; } } }
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