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

!752

!include #1004863 // Dynamic Concepts

sclass UserSignedStatement extends Concept {
  S text;
}

p {
  OurConcepts ussDB = new OurConcepts("#1004859"); // Signed Statements
  ussDB.loadConcepts();
  
  outConcepts.loadConcepts();
  outConcepts.autoSaveConcepts();
  
  showTable(map(func(UserSignedStatement uss) {
    litorderedmap("User Statement", joinLines(" / " , fullTrim(uss.text)))
  }, ussDB.list(UserSignedStatement.class)));
}

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