MPL Documentation

TYPE

is a modifier used to denote new or modified data types. There are global Types, accessible anywhere in your code, then there are private types, accessible to the current method or class.
Type
   Score = ['A','B','C','D','F','I'];
   Defined = [-1, 0, 1];
Source: Reserved Words
See Also:
const, var.