![]() |
Scol standard library package
0.3.1
Common and usefull functions for all Scol applications
|
Scol Packages Library - Packages in package API. More...
Functions | |
| pkgs_pkgLoadCode (szCode, iFlag) | |
| Load a Scol code string in the current channel. More... | |
| pkgs_pkgLoadSafe (fPkg, iFlag) | |
| Load a package in the current channel. More... | |
| pkgs_pkgLoadSafeP (pPkg, iFlag) | |
| Load a package in the current channel. More... | |
| pkgs_pkgRemoveNLast (chn, n) | |
| Remove the N last loaded packages in a given channel. More... | |
| pkgs_pkgRemoveRecursive (chn, cbfun) | |
| Remove some last packages in a given channel to apply a callback. More... | |
| pkgs_pkgRemoveRecursive2 (env, cbfun) | |
| pkgs_pkgTest (pPkgName, cbfun) | |
| Test a package in the current channel next call a function. More... | |
| pkgs_pkgTestS (szCode, cbfun) | |
| Test a Scol code in the current channel next call a function. More... | |
Variables | |
| var | PKGS_PKG_SAFE =1 |
| var | PKGS_PKG_UNSAFE =0 |
Scol Packages Library - Packages in package API.
1.8.9.1