Download Jar. Libraryless. Click here for Pure Java version (3765L/26K).
1 | !7 |
2 | |
3 | p { bot("Show Concepts Bot."); print("Type program ID to see its concepts."); }
|
4 | |
5 | answer {
|
6 | s = trim(s); |
7 | if "*|show concepts of *" if (isSnippetID($1)) {
|
8 | showConceptsOf($1); |
9 | ret "OK"; |
10 | } |
11 | |
12 | if "delete *" {
|
13 | deleteAllConceptsOfProgram($1); |
14 | ret "DELETED"; |
15 | } |
16 | } |
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: | 746 / 1683 |
| Version history: | 5 change(s) |
| Referenced in: | [show references] |