Up

_envHasFun

Return few infos about a function, a global variable, a type or a constante in a channel environment.
It can be also called to return if it exists or not in a given channel.

Prototype :

fun [Chn S] [S S I S]

Return : [S S I S] a tuple :

It returns nil if error or it is not found.

Error :

See also :

Example :

Note :

The local variables are not returned (this is logic ...).

WARNING : this function can take a long time before return.