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

15
LINES

< > BotCompany Repo | #1008353 // Get chat lines

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

Libraryless. Click here for Pure Java version (7406L/50K/163K).

!7

concept Msg {
  SlackMsg msg;
  S ts;
}

p {
  L<Msg> msgs = list(new Concepts(#1008346).load(), Msg);
  for (Msg m : msgs) {
    S text = m.msg.text;
    //print(text);
    print("jbzaoiwrxkzgyhig " + quote(text));
  }
}

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: #1008353
Snippet name: Get chat lines
Eternal ID of this version: #1008353/3
Text MD5: 4a9e2cca1336ddaf701452fda44f0be6
Transpilation MD5: 06d033738340b6b90072810d5bad02cc
Author: stefan
Category: javax / a.i.
Type: JavaX source code
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-05-09 15:22:51
Source code size: 239 bytes / 15 lines
Pitched / IR pitched: No / No
Views / Downloads: 395 / 511
Version history: 2 change(s)
Referenced in: [show references]