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

13
LINES

< > BotCompany Repo | #1019818 // Facts [Dyn Module]

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

Uses 911K of libraries. Click here for Pure Java version (11465L/61K).

!7

concept Fact {
  S fact;
}

cmodule Facts > DynCRUD<Fact> {
  // API
  
  LS getFacts() {
    ret collect('fact, list(Fact));
  }
}

Author comment

Began life as a copy of #1019714

download  show line numbers  debug dex  old transpilations   

Travelled to 10 computer(s): bhatertpkbcr, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv

No comments. add comment

Snippet ID: #1019818
Snippet name: Facts [Dyn Module]
Eternal ID of this version: #1019818/2
Text MD5: 41df6ab05be41f4e9974722bfe7a8edf
Transpilation MD5: d1b2c73a2581475f0eaa159a9929e3fe
Author: stefan
Category: javax / a.i.
Type: JavaX source code (Dynamic Module)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-02-17 14:39:19
Source code size: 147 bytes / 13 lines
Pitched / IR pitched: No / No
Views / Downloads: 316 / 1136
Version history: 1 change(s)
Referenced in: [show references]