unit IntValuesStr; interface type TIntValuesStr = type String; implementation end.