Up |
scolSearchInChn
Returns the file name of the package name in which is a function or a global variable
Prototype :
fun [Chn S] S
- Chn : any channel, typically, the current channel
- S : a function name
Return : S the file name of the package or nil if not found or error.
See also :
Example
fun myFunction (namefun)=
_fooS scolSearchInChn _channel namefun;; // tests/env/pack_2.pkg