1 | static void removeLispStatement(LispStatement s) { |
2 | if (s == null) ret; |
3 | ThoughtSpace ts = thoughtSpace(); |
4 | if (ts != null) { |
5 | ts.removeStatement(s); |
6 | ret; |
7 | } |
8 | lispStatements_cached().remove(s.globalID); |
9 | lispChange(); |
10 | } |
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: | 492 / 519 |
Version history: | 2 change(s) |
Referenced in: | [show references] |