comp.lang.ada
 help / color / mirror / Atom feed
From: David Trudgett <wpower@zeta.org.au.nospamplease>
Subject: Re: discriminant type
Date: Wed, 14 Sep 2005 08:06:05 +1000
Date: 2005-09-14T08:06:05+10:00	[thread overview]
Message-ID: <m3ek7stygi.fsf@rr.trudgett> (raw)
In-Reply-To: 8764t4hew0.fsf@ludovic-brenta.org

Ludovic Brenta <ludovic@ludovic-brenta.org> writes:

> diff -u:
> @@ -1,3 +1,3 @@
>   type T_Matrix (Col_Size, Row_Size : Integer) is record
> -   Vec : T_Vector (Col_Size * Row_Size);
> +   Vec : T_Vector (1 .. Col_Size * Row_Size);
>   end record;

You think that is impressive? In the old days, Ludovic used to program
using COPY CON: MYPROG.ZIP

:-)

Cheers,

David



-- 

David Trudgett
http://www.zeta.org.au/~wpower/

It's sociologically interesting, though scary, that you can be inside
an evil system and be somehow unaware of it.

    -- Actor Anthony Sher on growing up in apartheid-South Africa,
       interviewed by John Walsh, The Independent, 1 May, 2000




  reply	other threads:[~2005-09-13 22:06 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-09-13 20:45 discriminant type nicolas.b
2005-09-13 20:49 ` Ludovic Brenta
2005-09-13 22:06   ` David Trudgett [this message]
2005-09-14 20:08   ` Dr. Adrian Wrigley
2005-09-15 15:08 ` Nick Roberts
replies disabled

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