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

6
LINES

< > BotCompany Repo | #1031833 // addLibraries - add libraries to current program

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (5402L/32K).

sbool addLibraries(Cl<S> libIDs) {
  bool change;
  fOr (S libID : libIDs)
    change |= addLibrary(libID);
  ret change;
}

Author comment

Began life as a copy of #1016157

download  show line numbers  debug dex  old transpilations   

Travelled to 3 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx

No comments. add comment

Snippet ID: #1031833
Snippet name: addLibraries - add libraries to current program
Eternal ID of this version: #1031833/3
Text MD5: d47a46d235d4a40b64eecb753dcee798
Transpilation MD5: 9643d5976809491c0276fbed8c13ed18
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-07-14 16:37:13
Source code size: 128 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 106 / 149
Version history: 2 change(s)
Referenced in: [show references]