comp.lang.ada
 help / color / mirror / Atom feed
From: Justin Gombos <rpbkbq.xax.gld@uluv.kbq>
Subject: Re: Request for critics
Date: Fri, 24 Mar 2006 23:30:59 GMT
Date: 2006-03-24T23:30:59+00:00	[thread overview]
Message-ID: <Ti%Uf.147$W75.119@trnddc07> (raw)
In-Reply-To: dvr7a5$9o3$1@sunnews.cern.ch

On 2006-03-22, Maciej Sobczak <no.spam@no.spam.com> wrote:
>
>     Automata : Row_Of_Cells := (Size / 2 => Active, others =>
>     Inactive);

One thing that hasn't been caught yet - Automata should be a constant:

  Automata : constant Row_Of_Cells := (Size / 2 => Active, others => Inactive);

because it never changes after its declaration.

-- 
PM instructions: do a C4esar Ciph3r on my address; retain punctuation.



  parent reply	other threads:[~2006-03-24 23:30 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-03-22 10:01 Request for critics Maciej Sobczak
2006-03-22 21:44 ` Gautier
2006-03-22 23:17 ` Jeffrey R. Carter
2006-03-23  1:21   ` tmoran
2006-03-23  4:29 ` Steve
2006-03-24 23:30 ` Justin Gombos [this message]
2006-03-25 14:00   ` Stephen Leake
2006-03-26  0:35     ` Jeffrey R. Carter
replies disabled

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