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

29
LINES

< > BotCompany Repo | #1002631 // Receive Negative Feedback Bot

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

Libraryless. Click here for Pure Java version (1605L/10K/34K).

!752

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

static new L<Example> examples;

p {
  load("examples");
}

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

Author comment

Began life as a copy of #1002629

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: #1002631
Snippet name: Receive Negative Feedback Bot
Eternal ID of this version: #1002631/1
Text MD5: 44dc396e6cce994197b3e7d835e9c821
Transpilation MD5: abe1f1280415b4242b81df33d6418c2f
Author: stefan
Category: eleu / javax
Type: JavaX source code
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2016-02-06 03:36:24
Source code size: 494 bytes / 29 lines
Pitched / IR pitched: No / No
Views / Downloads: 655 / 916
Referenced in: [show references]