Variables in MER include any named pieces of data. This includes functions and structures. All variables, however, share common features.
Variables are referenced and assigned to by a name.
Variables have a statically defined or inferable structure.
Variables may be used to define structures of other variables.
Variables can have overwritten and overloaded operators.