A variable with the same name already exists in this scope.
a: number := 9; a: number := 10;/* ^ A variable with this name was already specified in this scope */
Choose another name for the variable.