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: | 540 / 537 |
Version history: | 4 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1016222 - addStickyLibrary #1031833 - addLibraries - add libraries to current program |