Pascal Parameter Var

A parameter to a routine which is specified as being a var parameter (actual parameter can be modified by the called routine). May be local or global. For example:

PROCEDURE SOMEPROC (VAR P1 : REAL); 
{ P1 is a var parameter } 

Scientific Toolworks, Inc.
http://www.scitools.com