static void removeLispStatement(LispStatement s) { if (s == null) ret; ThoughtSpace ts = thoughtSpace(); if (ts != null) { ts.removeStatement(s); ret; } lispStatements_cached().remove(s.globalID); lispChange(); }
Began life as a copy of #1008098
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: | #1008111 |
| Snippet name: | removeLispStatement |
| Eternal ID of this version: | #1008111/3 |
| Text MD5: | da610a6dbacb843ebe854550aad32054 |
| Author: | stefan |
| Category: | javax / a.i. |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-04-29 20:27:03 |
| Source code size: | 241 bytes / 10 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 710 / 750 |
| Version history: | 2 change(s) |
| Referenced in: | [show references] |