Values of Predefined Constants HP Pascal's two predefined constants and their values are: Constant Value minint -2147483648 maxint 2147483647 When you wish to use the minimum integer, you must use the predefined constant minint and not the actual value.