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

13
LINES

< > BotCompany Repo | #1014206 // Leute die ich kenne

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

Download Jar. Libraryless. Click here for Pure Java version (6288L/41K).

!7

p {
  clearConsole();
  for (S person : mechList("Leute, die ich kenne")) {
    L<S> facts = mechList_opt("Was ich über " + person + " weiß");
    print(ai_ihnSie("Ich kenne " + person
      + (empty(facts)
        ? ", aber ich weiß nichts über ihn/sie."
        : " und ich weiß " + n3(facts, "Sache") + " über ihn/sie:")));
    printIndent(lines(facts));
  }
}

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: #1014206
Snippet name: Leute die ich kenne
Eternal ID of this version: #1014206/12
Text MD5: a5a5c88511275e9326ce197c7cd36137
Transpilation MD5: 10e1962fcc6090e3c6568cb990e84a77
Author: stefan
Category: javax / a.i.
Type: JavaX source code (desktop)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-04-16 01:22:07
Source code size: 385 bytes / 13 lines
Pitched / IR pitched: No / No
Views / Downloads: 376 / 913
Version history: 11 change(s)
Referenced in: [show references]