static S dm_showNewModuleWithParams(S moduleLibID, O... params) { S moduleID = dm_makeNewModuleWithParams(moduleLibID, params); dm_showModule(moduleID); ret moduleID; }
Began life as a copy of #1016460
download show line numbers debug dex old transpilations
Travelled to 8 computer(s): bhatertpkbcr, cfunsshuasjs, gwrvuhgaqvyk, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1020119 |
Snippet name: | dm_showNewModuleWithParams - make, set fields & show |
Eternal ID of this version: | #1020119/4 |
Text MD5: | bb1bd69afcbea298d4fd758d94876dff |
Author: | stefan |
Category: | javax / stefan's os |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2019-06-24 00:13:15 |
Source code size: | 178 bytes / 5 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 346 / 399 |
Version history: | 3 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1022782 - dm_makeNewModuleWithParams - make & set fields #1023931 - dm_showModuleWithParams - make if not there yet, set fields & show. TODO: system q |