Inc provides faster and more streamlined processing to increment an integer value by 1.
It is cleaner than using a statement like Eyes := Eyes + 1, which increments the value of the variable Eyes by 1. Unless you are wanting to increment the variable by a larger number such as 10 (Eyes := Eyes + 10).