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

7
LINES

< > BotCompany Repo | #1016157 // addLibrary - synonym of addLibraryToCurrentProgram; returns true if library is new

JavaX fragment (include)

sbool addLibrary(S libID) {
  ret addLibraryToCurrentProgram(libID);
}

sbool addLibrary(File f) {
  ret addLibraryToCurrentProgram(f);
}

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: #1016157
Snippet name: addLibrary - synonym of addLibraryToCurrentProgram; returns true if library is new
Eternal ID of this version: #1016157/5
Text MD5: af4ac4bee04fac4d758edb80935b84f4
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-12-11 13:26:25
Source code size: 143 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 416 / 435
Version history: 4 change(s)
Referenced in: [show references]