Up

getInPackage

Return all functions and variables contained in a given package (*.pkg file).

Prototype :

fun [Chn S] [[S S I] r1]

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)

See also :

getInPackage

getPackages

scolAllFuns

scolAllFunsWithArgs

scolSearchInChn

varType