我想在Ada83中打印一个整数.所有的网站都有关于Ada95打印方式的信息,即Integer_Text_IO.Put(C); 但这不会在Ada83中编译.如何在Ada83中打印整数(其课程要求)?
ada
ada ×1