From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: ** X-Spam-Status: No, score=2.6 required=5.0 tests=BAYES_20,INVALID_DATE, MSGID_SHORT,REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 Path: utzoo!utgpu!watmath!clyde!att!osu-cis!tut.cis.ohio-state.edu!mailrus!ukma!rutgers!sunybcs!ugcaico From: ugcaico@cs.Buffalo.EDU (Frank Caico) Newsgroups: comp.lang.ada Subject: Re: Deferring the definition of a private type to the body Message-ID: <3047@cs.Buffalo.EDU> Date: 2 Dec 88 16:49:04 GMT References: <4110@enea.se> Reply-To: ugcaico@sunybcs.UUCP (Frank Caico) Organization: SUNY/Buffalo Computer Science List-Id: Im using Ada on an Encore Mulitmatic and am having problems with puts. (should be a standard ada syntax question) why is it when i want to print out a string value sometimes i have to include a .s or the compiler gives me an incorrect type error? ex; put (argv(x).s); im using Ada on an Encore Multimatic with their compiler. .