Libraryless. Click here for Pure Java version (2416L/15K).
sS dm_showStringList(S title, Collection<S> list) { S module = dm_showNewModule("#1019481/StringList"); dm_setModuleName(module, title); dm_callModule(module, 'setData, list); ret module; } sS dm_showStringList(Cl<S> list) { ret dm_showStringList(ai_describeList(list), list); }
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
Snippet ID: | #1019482 |
Snippet name: | dm_showStringList |
Eternal ID of this version: | #1019482/4 |
Text MD5: | 7055b251cd34d9a28345c6ae81bb4f09 |
Transpilation MD5: | 1fdf07c690e2f4624f303678c96da88b |
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-01-12 17:37:48 |
Source code size: | 298 bytes / 10 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 317 / 483 |
Version history: | 3 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1026561 - dm_showListWithFeedback |