ABSTRACT

The Run command represents one of the most powerful tools in the Logo programming language. It has one input and it works as follows: The input text is viewed as a Logo expression, and as such, is executed. The Run command is typical of an interpreted language; it corresponds to Lisp's Eval function and the Execute operator of Apl.