Libraryless. Click here for Pure Java version (3070L/19K).
1 | svoid dm_action_printHere(S desc default str(r), Runnable r, O... _) {
|
2 | if (r == null) ret; |
3 | O mod = dm_current_generic(); |
4 | dm_action(desc, r {
|
5 | temp dm_enter(mod); |
6 | r.run(); |
7 | }, _); |
8 | } |
Began life as a copy of #1019892
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: | #1029469 |
| Snippet name: | dm_action_printHere |
| Eternal ID of this version: | #1029469/2 |
| Text MD5: | dcaea0e2f56a31250bd82227d2af3fcd |
| Transpilation MD5: | e0af5875e9695babee99b72868555e13 |
| Author: | stefan |
| Category: | javax / stefan's os |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-08-13 15:09:36 |
| Source code size: | 201 bytes / 8 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 496 / 669 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |