Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

12
LINES

< > BotCompany Repo | #1016901 // Search In Standard Functions List [Dyn Module]

JavaX source code (Dynamic Module) [tags: use-pretranspiled] - run with: Stefan's OS

Libraryless. Click here for Pure Java version (15308L/109K).

!7

sclass SearchInStandardFunctionsList > DynTableWithSearcher {
  L<Map> calc() { ret data; }
  
  void start {
    data = new L;
    for (S name, S snippet : asCIMap(stdFunctions_cached())) {
      data.add(litorderedmap('Function := name, 'Snippet := snippet));
    }
  }
}

Author comment

Began life as a copy of #1016897

download  show line numbers  debug dex  old transpilations   

Travelled to 15 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv

No comments. add comment

Snippet ID: #1016901
Snippet name: Search In Standard Functions List [Dyn Module]
Eternal ID of this version: #1016901/4
Text MD5: 94900aaba176ab761bebae8d7fc54608
Transpilation MD5: 656496d494a1dd47cbabe7a891c03153
Author: stefan
Category: javax / stefan's os
Type: JavaX source code (Dynamic Module)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-07-07 17:08:38
Source code size: 288 bytes / 12 lines
Pitched / IR pitched: No / No
Views / Downloads: 369 / 5376
Version history: 3 change(s)
Referenced in: [show references]