Up |
getInPackage
Return all functions and variables contained in a given package (*.pkg file).
Prototype :
fun [Chn S] [[S S I] r1]
- Chn : any channel, typically the current channel
- S : a package file name (relative from the Scol partition). Note : the package will not be read or opened)
Return : [[S S I] r1] a list of tuples. For each tuple : the name of the function / the global variable, the type, the number of arguments (if it is a variable, this value is -1). Return nil if error (bad argument or package not found in the given channel)