comp.lang.ada
 help / color / mirror / Atom feed
From: compguy45@gmail.com
Subject: Re: passing parametars as determinants
Date: Wed, 22 Oct 2014 04:55:59 -0700 (PDT)
Date: 2014-10-22T04:55:59-07:00	[thread overview]
Message-ID: <4e918e9a-f2f1-4c9e-97ec-62b558d4621c@googlegroups.com> (raw)
In-Reply-To: <lyvbncd6h2.fsf@pushface.org>

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"


  reply	other threads:[~2014-10-22 11:55 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 [this message]
2014-10-22 12:39     ` Dennis Lee Bieber
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