const BooleanToInteger: array[Boolean] of Integer = (0, 1); IntegerToBoolean: array[0..1] of Boolean = (False, True);