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

16
LINES

< > BotCompany Repo | #1009749 // Show Concepts Bot - enter program ID to see the program's concepts

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

Download Jar. Libraryless. Click here for Pure Java version (3765L/26K).

!7

p { bot("Show Concepts Bot."); print("Type program ID to see its concepts."); }

answer {
  s = trim(s);
  if "*|show concepts of *" if (isSnippetID($1)) {
    showConceptsOf($1);
    ret "OK";
  }
  
  if "delete *" {
    deleteAllConceptsOfProgram($1);
    ret "DELETED";
  }
}

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: #1009749
Snippet name: Show Concepts Bot - enter program ID to see the program's concepts
Eternal ID of this version: #1009749/6
Text MD5: 8fa5678f966d7db077e520e3e7280a27
Transpilation MD5: 71289b94b0f59ad2831f1f83e8cc0556
Author: stefan
Category: javax / a.i.
Type: JavaX source code (desktop)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-08-26 01:56:11
Source code size: 298 bytes / 16 lines
Pitched / IR pitched: No / No
Views / Downloads: 387 / 836
Version history: 5 change(s)
Referenced in: [show references]