Commands: Underused and Unappreciated
February 16, 2011 Ted Holt
As programming languages go, CL is not glamorous. Nevertheless, it is practical and effective, and it has some nice features. One of my favorite features is the ability to extend the CL language by creating my own commands. I have used this feature many times to great advantage over the years, and I am amazed that so many programmers have never written a command. In this article I discuss advantages of creating commands and give an example of how to do so. I have noticed that many shops use the CALL command exclusively to start execution of a program. CALL |