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

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 positive feedback"
19  
    ret structure(collectField(examples, "text"));
20  
    
21  
  if "* is positive 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 "Thanks!";*/
29  
}

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