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.1 required=5.0 tests=BAYES_20,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,c979c2bfcee9ee8d X-Google-Attributes: gid103376,public From: davidk@os1.ese.lmsc.lockheed.com (David Kristola) Subject: Re: try this if you can Date: 1996/06/06 Message-ID: <4p5mri$m68@butch.lmsc.lockheed.com>#1/1 X-Deja-AN: 158719388 distribution: world references: <4p5c81$4r2@dfw.dfw.net> organization: SAMCO reply-to: davidk@os1.ese.lmsc.lockheed.com newsgroups: comp.lang.ada Date: 1996-06-06T00:00:00+00:00 List-Id: Two questions: 1) when counting lines, how do you count reuse code? 2) in general, how do i count lines (the RM specifies a minimum line size that must be supported by compilers (i believe 200 characters), so i could use really long source lines, skip the comments, and concatenate everything on to a single long line)? Besides, i would much rather solve some of the problems i have here at work, or at home (a GUI builder for Macs, that produces Ada code, for instance). with Text_io; use Text_io; procedure RN is begin put_line("please enter: MXMIV"); put_line("1994"); end RN; --- david kristola Work: davidk@os1.ese.lmsc.lockheed.com Play: DJKristola@aol.com