Libraryless. Click here for Pure Java version (17442L/107K).
1 | svoid cdeleteVerbose(Concept c) {
|
2 | if (c == null) ret; |
3 | print("Deleting " + c);
|
4 | deleteConcept(c); |
5 | } |
Began life as a copy of #1005249
download show line numbers debug dex old transpilations
Travelled to 4 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj, pyentgdyhuwx
No comments. add comment
| Snippet ID: | #1032371 |
| Snippet name: | cdeleteVerbose |
| Eternal ID of this version: | #1032371/1 |
| Text MD5: | c949abd7dacc96765dc3107abadc89d7 |
| Transpilation MD5: | 67c009ba25ac1f2fd7dd700198707ba5 |
| Author: | stefan |
| Category: | javax / concepts |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2021-09-01 22:59:13 |
| Source code size: | 107 bytes / 5 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 345 / 441 |
| Referenced in: | [show references] |