unalias
unalias(s_aliasName1... ) =>l_result
Description
Undefines the aliases specified in an argument list and returns a list containing the aliases undefined by the call. This is nlambda function also works in SKILL++ mode.
Use alias for interactive command entry only and never in programs.
Arguments
Value Returned
Examples
Aliases path to the getSkillPath function.
alias path getSkillPath
=> path
unalias path
=> (path)
Related Topics
Function and Program Structure
Return to top