
If you enter a basic type in the object selection screen, an enumeration type will be created.
You can create an enumerator by pressing Enter and specify a value by typing :.
If no value is specified, the value of the previous enumerator + 1 is entered, and if it is the first, it becomes 0.
Enumerations can be used as data types.
You can use an enumerator by typing ; after writing the enumeration type. At this time, it enters the value entered into the enumerator.