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

19
LINES

< > BotCompany Repo | #1004867 // Chat On User Statements

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

Libraryless. Click here for Pure Java version (4199L/28K/96K).

1  
!752
2  
3  
!include #1004863 // Dynamic Concepts
4  
5  
sclass UserSignedStatement extends Concept {
6  
  S text;
7  
}
8  
9  
p {
10  
  OurConcepts ussDB = new OurConcepts("#1004859"); // Signed Statements
11  
  ussDB.loadConcepts();
12  
  
13  
  outConcepts.loadConcepts();
14  
  outConcepts.autoSaveConcepts();
15  
  
16  
  showTable(map(func(UserSignedStatement uss) {
17  
    litorderedmap("User Statement", joinLines(" / " , fullTrim(uss.text)))
18  
  }, ussDB.list(UserSignedStatement.class)));
19  
}

Author comment

Began life as a copy of #1004866

download  show line numbers  debug dex  old transpilations   

Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ddnzoavkxhuk, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1004867
Snippet name: Chat On User Statements
Eternal ID of this version: #1004867/1
Text MD5: f3541d84c9099cbcd20a606d529db5a3
Transpilation MD5: e1cf1dc37aabc62ccfe35e7ff9fe35ed
Author: stefan
Category: javax / talking robots
Type: JavaX source code
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2016-09-08 16:44:48
Source code size: 461 bytes / 19 lines
Pitched / IR pitched: No / No
Views / Downloads: 475 / 546
Referenced in: [show references]