variable naming

A variable is a location in memory containing a value that can change as an application runs.  Each variable has a unique name that identifies it within its level of scope.  Variable names must be limited to 40 characters, must begin with an alpha character, cannot contain an embedded period, and cannot be the same as a procedure name in scope.