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).

1  
!752
2  
3  
static class Example {
4  
  S text;
5  
  Source source;
6  
  
7  
  *() {}
8  
  *(S *text, Source *source) {}
9  
}
10  
11  
static new L<Example> examples;
12  
13  
p {
14  
  load("examples");
15  
}
16  
17  
answer {
18  
  if "list negative feedback"
19  
    ret structure(collectField(examples, "text"));
20  
    
21  
  if "* is negative feedback" {
22  
    examples.add(new Example(m.unq(0), new Source(s)));
23  
    save("examples");
24  
    ret "OK, saved.";
25  
  }
26  
  
27  
  if (matchAny(collectField(examples, "text"), s))
28  
    ret "What?";
29  
}

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