Arbortext Command Language > Functions by Alphabetical Listing > package_name
  
package_name
package_name ([level])
 
This function returns the name of the current package. If the argument level is given, it specifies the number of call frames to go back before the current one to obtain the package name For example, package_name returns the name of the package active at the time of the call to function containing the call to package_name.
Related Topics
caller function
caller_file function
caller_line function