Libraryless. Click here for Pure Java version (2773L/17K).
// returns module ID sS dm_hold_noCleanUp(S name, O value) { S mod = dm_hold(name, value); dm_call(mod, 'dontCleanUp); ret mod; } sS dm_hold_noCleanUp(O value) { S mod = dm_hold(value); dm_call(mod, 'dontCleanUp); ret mod; }
Began life as a copy of #1028642
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
| Snippet ID: | #1029444 |
| Snippet name: | dm_hold_noCleanUp |
| Eternal ID of this version: | #1029444/3 |
| Text MD5: | e110d32ba32a64fb2920c25143e993b0 |
| Transpilation MD5: | d2cac8c07501093c6194d214795bdf81 |
| Author: | stefan |
| Category: | |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-08-07 01:58:57 |
| Source code size: | 252 bytes / 14 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 395 / 529 |
| Version history: | 2 change(s) |
| Referenced in: | [show references] |