comp.lang.ada
 help / color / mirror / Atom feed
From: Jeff Carter <jrcarter@acm.org>
Subject: Re: Simple Ada question
Date: 2000/05/16
Date: 2000-05-16T00:00:00+00:00	[thread overview]
Message-ID: <3921BA49.F0C99F8C@acm.org> (raw)
In-Reply-To: 8f8fm5$de5$1@news.uit.no

You have two things named I. One is the variable declared on line 8 and
never assigned a value, and the other is the for-loop counter. Since you
never use the variable I, you can get rid of it.

In addition, N is a constant and should be declared as such:

N : constant := 50_000;

-- 
Jeff Carter
"I blow my nose on you."
Monty Python & the Holy Grail




  parent reply	other threads:[~2000-05-16  0:00 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <8f8fm5$de5$1@news.uit.no>
2000-05-16  0:00 ` Simple Ada question tmoran
2000-05-16  0:00 ` Robert A Duff
2000-05-18  0:00   ` John English
2000-05-21  0:00     ` Robert Dewar
     [not found]       ` <Pine.A41.3.96-heb-2.07.1000521193502.30412B-100000@pluto.mscc.huji.ac.il>
2000-05-22  0:00         ` John English
2000-05-22  0:00           ` David C. Hoos, Sr.
2000-05-22  0:00           ` Ehud Lamm
2000-05-16  0:00 ` Jeff Carter [this message]
2000-05-16  0:00 ` Gisle S�lensminde
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox