comp.lang.ada
 help / color / mirror / Atom feed
From: Brian Drummond <brian3@shapes.demon.co.uk>
Subject: Re: actual for variable name must be variable compiler error
Date: Mon, 29 Sep 2014 10:39:32 GMT
Date: 2014-09-29T10:39:32+00:00	[thread overview]
Message-ID: <EFaWv.193306$zG.142949@fx17.fr7> (raw)
In-Reply-To: ccf9dd3c-c956-4ff7-bc63-2e7c3df91e2d@googlegroups.com

On Sun, 28 Sep 2014 17:48:20 -0700, Stribor40 wrote:

> procedure myFunction (a: in out INTEGER) is
>     begin
        a := 4;
>     end;
 
>    myFunction(5) this gives me error that actual must be variable

is equivalent to
   
   5 := 4;

Not bloody likely!

- Brian


  parent reply	other threads:[~2014-09-29 10:39 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-29  0:48 actual for variable name must be variable compiler error Stribor40
2014-09-29  2:50 ` Jeffrey Carter
2014-09-29 10:39 ` Brian Drummond [this message]
2014-09-29 19:37   ` Simon Clubley
2014-09-29 21:33     ` Georg Bauhaus
2014-09-30  0:27       ` Simon Clubley
2014-09-30 12:09         ` Peter Chapin
2014-09-30 13:17         ` Dennis Lee Bieber
2014-09-30 19:48           ` Simon Clubley
2014-09-30 14:47         ` Adam Beneschan
2014-09-29 14:27 ` Denis McMahon
replies disabled

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