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=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII X-Google-Thread: 103376,41100a78496a4c71 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-04-03 01:44:09 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!news.tele.dk!small.news.tele.dk!129.240.148.23!uio.no!ntnu.no!not-for-mail From: Preben Randhol Newsgroups: comp.lang.ada Subject: Re: Nethack! (was): AdaGames Date: Wed, 3 Apr 2002 09:44:07 +0000 (UTC) Organization: Norwegian university of science and technology Message-ID: References: <98104da8.0203280310.143a1c18@posting.google.com> <4519e058.0203290613.73b55af4@posting.google.com> <6g4gaugv9a85i56kvgcgmu4h2jkjprutec@4ax.com> <4519e058.0204010704.ed2cd06@posting.google.com> <4519e058.0204021030.14127b06@posting.google.com> NNTP-Posting-Host: kiuk0156.chembio.ntnu.no Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: tyfon.itea.ntnu.no 1017827047 18693 129.241.83.82 (3 Apr 2002 09:44:07 GMT) X-Complaints-To: usenet@itea.ntnu.no NNTP-Posting-Date: Wed, 3 Apr 2002 09:44:07 +0000 (UTC) User-Agent: slrn/0.9.7.3 (Linux) Xref: archiver1.google.com comp.lang.ada:22041 Date: 2002-04-03T09:44:07+00:00 List-Id: On 2 Apr 2002 10:30:14 -0800, Ted Dennison wrote: > Juanma Barranquero wrote in message news:... > > Interesting. I usually use "grep -c ";"" for SLOC counting. "wc -l" shouldn't it be: grep -ce ";$" so you don't get all the semicolons in the definitions of functions/procedures? -- Preben Randhol �For me, Ada95 puts back the joy in programming.�