isContextLoaded
isContextLoaded(t_cxt) =>t/nil
Description
Returns t if a context file with the given base name has been loaded into the current session.
Arguments
Value Returned
|
The given context has already been loaded into the current environment. |
|
Examples
isContextLoaded( "skillCore" )
=> t
isContextLoaded( "hiBase" )
=> nil
Related Topics
Return to top