-- Package of simple Integer Input output routines. with Text_io; package IIO is new Text_IO.Integer_io(integer); --need integer output