![]() |
Scol standard library package
0.3.1
Common and usefull functions for all Scol applications
|
Functions | |
| std_loadPkgs (lFiles, dir, safeMode) | |
| Load a list of packages. More... | |
Package to load : lib/std/load.pkg
| std_loadPkgs | ( | lFiles | , |
| dir | , | ||
| safeMode | |||
| ) |
Load a list of packages.
Prototype : fun [[S r1] S I] S
| [S | r1] : a list of packages to load |
| S | : an optional path name (it will be prefixed to each package name, if any) |
| I | : flag to set the safe loading (1 to safe it, 0 to unsafe it) |
1.8.9.1