MPL Documentation

VAR

is a modifier used to denote read-write storage of data in memory. There are global Variables, accessible anywhere in your code, then there are private variables, accessible to the current method or class.
Var
   Loop:Longint;
   Ch:Char;
Source: Reserved Words
See Also:
type, const.