comp.lang.ada
 help / color / mirror / Atom feed
From: Dennis Lee Bieber <wlfraed@ix.netcom.com>
Subject: Re: passing parametars as determinants
Date: Wed, 22 Oct 2014 08:39:58 -0400
Date: 2014-10-22T08:39:58-04:00	[thread overview]
Message-ID: <v59f4ap6vunn47si92rcuspbf6rcil1epq@4ax.com> (raw)
In-Reply-To: 4e918e9a-f2f1-4c9e-97ec-62b558d4621c@googlegroups.com

On Wed, 22 Oct 2014 04:55:59 -0700 (PDT), compguy45@gmail.com declaimed the
following:

>task type myTaskType (a: Integer; b: Integer; c: access myOtherType); 
>
>
>This is where i create tasks.....
>
>
>:= new myTaskType(a=> i, b => j,c =>  access'myOtherType);
>
>I get compiler error "reserved word "access" cannot be used as identifier"

	Try 			myOtherTypeInstance'access		instead
-- 
	Wulfraed                 Dennis Lee Bieber         AF6VN
    wlfraed@ix.netcom.com    HTTP://wlfraed.home.netcom.com/

  reply	other threads:[~2014-10-22 12:39 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-10-22  5:12 passing parametars as determinants compguy45
2014-10-22  5:16 ` compguy45
2014-10-22  5:22 ` Simon Wright
2014-10-22 11:55   ` compguy45
2014-10-22 12:39     ` Dennis Lee Bieber [this message]
2014-10-22 15:57     ` Shark8
2014-10-22  6:11 ` mockturtle
2014-10-22  8:51   ` Georg Bauhaus
2014-10-22 17:25   ` Adam Beneschan
replies disabled

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