comp.lang.ada
 help / color / mirror / Atom feed
From: moongeegee <jenny.khuon@gmail.com>
Subject: pass in parameters
Date: Tue, 11 May 2010 10:20:09 -0700 (PDT)
Date: 2010-05-11T10:20:09-07:00	[thread overview]
Message-ID: <5c7838c3-6611-4698-ad8c-f512c652016a@n15g2000yqf.googlegroups.com> (raw)

I am very new in ADA and trying to solve some issues on ADA. The codes
are not
written by me. Please help.
I have a procedure has 4 pass in parameters as below. myInter.Init has
only two parameters.
Does it mean myInter call other procedure Init, not the one below?


procedure Init
  (init_file                : in string;
   sname             : in string;
   sate              : in integer;
   cstate : in CState_type) is


begin

      myInter.Init
       (SFile, tName);


end;



             reply	other threads:[~2010-05-11 17:20 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-05-11 17:20 moongeegee [this message]
2010-05-11 17:55 ` pass in parameters mockturtle
replies disabled

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