Project

General

Profile

Scol standard library package  0.3.1
Common and usefull functions for all Scol applications
pkg.pkg File Reference

Scol Packages Library - Packages in package API. More...

Functions

 pkgs_pkgLoadCode (szCode, iFlag)
 Load a Scol code string in the current channel.
 pkgs_pkgLoadSafe (fPkg, iFlag)
 Load a package in the current channel.
 pkgs_pkgLoadSafeP (pPkg, iFlag)
 Load a package in the current channel.
 pkgs_pkgRemoveNLast (chn, n)
 Remove the N last loaded packages in a given channel.
 pkgs_pkgRemoveRecursive (chn, cbfun)
 Remove some last packages in a given channel to apply a callback.
 pkgs_pkgRemoveRecursive2 (env, cbfun)
 pkgs_pkgTest (pPkgName, cbfun)
 Test a package in the current channel next call a function.
 pkgs_pkgTestS (szCode, cbfun)
 Test a Scol code in the current channel next call a function.

Variables

var PKGS_PKG_SAFE = 1
var PKGS_PKG_UNSAFE = 0

Detailed Description

Scol Packages Library - Packages in package API.

Author
Scol team
Version
0.1