Scripting Engine

A script is compiled at runtime by a scripting engine, which is a special program that knows how to interpret the text you type into the script and turn it into commands that the computer can understand. In this respect, it is not unlike the C programmer's design-time compiler.

First
Next