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

29
LINES

< > BotCompany Repo | #1002629 // Receive Positive Feedback Bot

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

Libraryless. Click here for Pure Java version (1727L/11K/38K).

!752

static class Example {
  S text;
  Source source;
  
  *() {}
  *(S *text, Source *source) {}
}

static new L<Example> examples;

p {
  load("examples");
}

answer {
  if "list positive feedback"
    ret structure(collectField(examples, "text"));
    
  if "* is positive feedback" {
    examples.add(new Example(m.unq(0), new Source(s)));
    save("examples");
    ret "OK, saved.";
  }
  
  /*if (matchAny(collectField(examples, "text"), s))
    ret "Thanks!";*/
}

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: #1002629
Snippet name: Receive Positive Feedback Bot
Eternal ID of this version: #1002629/1
Text MD5: 58412cc3da915ce78b30c66ceed0a9cd
Transpilation MD5: 32671a757446a7656c4dc2573b477baa
Author: stefan
Category: eleu / javax
Type: JavaX source code
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2016-03-03 00:48:11
Source code size: 500 bytes / 29 lines
Pitched / IR pitched: No / No
Views / Downloads: 588 / 968
Referenced in: [show references]