Variables and constants

Variables are used as intermediate data holders to transfer data to, or transfer data from functions. Use Variables to transfer values from functions on the upper part (earlier) to the lower part (later) of the execution sequence.

Constants are data holders for fixed data values to be assigned to function input parameters.