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

6
LINES

< > BotCompany Repo | #1003244 // runInclude - include with outer program id, make dependent and run

JavaX fragment (include)

static Class runInclude(S progID) {
  Class c = include(progID);
  makeDependent(c);
  callMain(c);
  ret c;
}

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1003244
Snippet name: runInclude - include with outer program id, make dependent and run
Eternal ID of this version: #1003244/1
Text MD5: 48639feddbc9c2f4967a2031c836295a
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2016-06-06 00:17:28
Source code size: 115 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 507 / 472
Referenced in: [show references]