Efficiency Improvement of SKILL Code
Use SKILL Lint to examine SKILL code for possible errors that go undetected during normal testing. In particular, SKILL Lint is useful in finding unused local variables, global variables that should be declared locally, and functions that have been passed the wrong number of arguments. It also gives tips to improve the efficiency of your SKILL programs. For details, see SKILL Lint.
You can use the Lint Manager assistant to set up the files and directories for the Lint checker, set the Lint parameter values before running the Lint tool, and run the Lint tool on the selected files or directors.
Related Topics
Setting Up Files/Directories for the Lint Checker
Return to top