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

7
LINES

< > BotCompany Repo | #1011842 // loadFunctionsWithInclude - loadFunctions plus a specific include

JavaX fragment (include)

static Class loadFunctionsWithInclude(Collection<S> functions, S include) {
  new StringBuilder buf;
  buf.append("!include once " + fsI(include) + "\n");
  for (S s : asSet(functions))
    buf.append("please include function " + assertIdentifier(s) + ".\n");
  ret veryQuickJava(buf);
}

Author comment

Began life as a copy of #1007852

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: #1011842
Snippet name: loadFunctionsWithInclude - loadFunctions plus a specific include
Eternal ID of this version: #1011842/3
Text MD5: df61dbffa0e69508630c823c5a7e0553
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-11-08 00:23:12
Source code size: 293 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 325 / 353
Version history: 2 change(s)
Referenced in: [show references]