comp.lang.ada
 help / color / mirror / Atom feed
From: Jacob Sparre Andersen <sparre@nbi.dk>
Subject: Re: Ada code snippet help (array of arrays)
Date: 13 May 2009 17:05:33 +0200
Date: 2009-05-13T17:05:33+02:00	[thread overview]
Message-ID: <87fxf982ma.fsf@nbi.dk> (raw)
In-Reply-To: b6f7e019-522b-4eb8-9bb3-ae920d98a06d@n21g2000vba.googlegroups.com

Vamp4L <vampiro4l@gmail.com> writes:

>    F: constant Boolean := False;

>          if Theater(Seat)(reserved) = F then

The common way to write this is:

           if not Theater (Seat) (Reserved) then

Greetings,

Jacob
-- 
�What fun is it being "cool" if you can't wear a sombrero?�



  parent reply	other threads:[~2009-05-13 15:05 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-05-13 14:11 Ada code snippet help (array of arrays) Vamp4L
2009-05-13 14:25 ` Georg Bauhaus
2009-05-13 14:28   ` Vamp4L
2009-05-13 15:05 ` Jacob Sparre Andersen [this message]
2009-05-14  8:05 ` Egil Høvik
2009-05-14 15:16   ` Adam Beneschan
2009-05-14 17:14     ` Dmitry A. Kazakov
replies disabled

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