vl-list-exported-functions
 
 
 

Lists exported functions

(vl-list-exported-functions [appname]) 

Arguments

appname

A string naming a loaded VLX application. Do not include the .vlx extension.

Return Values

A list of strings naming exported functions; otherwise nil, if there are no functions exported from the specified VLX. If appname is omitted or is nil, vl-list-exported-functions returns a list of all exported functions (for example, c: functions) except those exported from VLX namespaces.

Examples

_$ (vl-list-exported-functions
"whichexpns")
("WHICHNAMESPACE")
See Also