comp.lang.ada
 help / color / mirror / Atom feed
From: Alan Jump <alan.jump@gmail.com>
Subject: Re: 3D array 3x4x5
Date: Thu, 2 Oct 2014 12:35:44 -0700 (PDT)
Date: 2014-10-02T12:35:44-07:00	[thread overview]
Message-ID: <1558c489-9bce-4b74-bf62-566d0f2d4516@googlegroups.com> (raw)
In-Reply-To: <f94dacb1-885d-45bc-bdf4-3bfd91821ca3@googlegroups.com>

On Thursday, October 2, 2014 12:02:21 PM UTC-7, Stribor40 wrote:
> Is there a way to represent 3d,4d  arrays in Ada?

Certainly.

Three_D_Array : array (Integer range 1 .. 3, Integer range 1 .. 5, Integer range 0 .. 3) of Float;



      reply	other threads:[~2014-10-02 19:35 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-10-02 19:02 3D array 3x4x5 Stribor40
2014-10-02 19:35 ` Alan Jump [this message]
replies disabled

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